MCPcopy
hub / github.com/supabase/auth / WithInternalError

Method WithInternalError

internal/api/provider/errors.go:33–36  ·  view source on GitHub ↗

WithInternalError adds internal error information to the error

(err error)

Source from the content-addressed store, hash-verified

31
32// WithInternalError adds internal error information to the error
33func (e *HTTPError) WithInternalError(err error) *HTTPError {
34 e.InternalError = err
35 return e
36}
37
38// WithInternalMessage adds internal message information to the error
39func (e *HTTPError) WithInternalMessage(fmtString string, args ...interface{}) *HTTPError {

Callers 15

timeoutMiddlewareFunction · 0.95
checkFunction · 0.95
ValidateOAuthURLFunction · 0.45
FetchURLWithTimeoutFunction · 0.45
RefreshTokenGrantMethod · 0.45
IssueRefreshTokenMethod · 0.45
retrieveRequestParamsFunction · 0.45
web3GrantSolanaMethod · 0.45
web3GrantEthereumMethod · 0.45
MagicLinkMethod · 0.45

Calls

no outgoing calls

Tested by 1