MCPcopy Create free account
hub / github.com/DataDog/jsonapi / Error

Method Error

errors.go:173–175  ·  view source on GitHub ↗

Error implements the error interface.

()

Source from the content-addressed store, hash-verified

171
172// Error implements the error interface.
173func (e *Error) Error() string {
174 return fmt.Sprintf("%s: %s", e.Title, e.Detail)
175}

Callers 2

EqualErrorFunction · 0.45
MustEqualErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected