Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
173
func
(e *Error) Error() string {
174
return
fmt.Sprintf(
"%s: %s"
, e.Title, e.Detail)
175
}
Callers
2
EqualError
Function · 0.45
MustEqualError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected