Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superplanehq/superplane
/ Error
Struct
Error
pkg/integrations/aws/common/error.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Error
struct
{
11
Code string
12
Message string
13
}
14
15
func
(e *Error) Error() string {
16
msg := strings.TrimSpace(e.Message)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected