MCPcopy
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
10type Error struct {
11 Code string
12 Message string
13}
14
15func (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