MCPcopy Create free account
hub / github.com/netlify/gotrue / Error

Method Error

api/errors.go:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (e *HTTPError) Error() string {
92 if e.InternalMessage != "" {
93 return e.InternalMessage
94 }
95 return fmt.Sprintf("%d: %s", e.Code, e.Message)
96}
97
98// Cause returns the root cause error
99func (e *HTTPError) Cause() error {

Callers 15

SecureTokenFunction · 0.45
TestHookTimeoutFunction · 0.45
TestHookNoServerFunction · 0.45
RecoverMethod · 0.45
processInviteMethod · 0.45
getErrorQueryStringFunction · 0.45
validateEmailMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestHookTimeoutFunction · 0.36
TestHookNoServerFunction · 0.36