MCPcopy Index your code
hub / github.com/supabase/auth / WithInternalMessage

Method WithInternalMessage

internal/api/provider/errors.go:39–42  ·  view source on GitHub ↗

WithInternalMessage adds internal message information to the error

(fmtString string, args ...interface{})

Source from the content-addressed store, hash-verified

37
38// WithInternalMessage adds internal message information to the error
39func (e *HTTPError) WithInternalMessage(fmtString string, args ...interface{}) *HTTPError {
40 e.InternalMessage = fmt.Sprintf(fmtString, args...)
41 return e
42}
43
44func httpError(code int, fmtString string, args ...interface{}) *HTTPError {
45 return &HTTPError{

Callers 7

RefreshTokenGrantMethod · 0.45
requireAdminMethod · 0.45
processInviteMethod · 0.45
verifyTokenHashMethod · 0.45
verifyUserAndTokenMethod · 0.45

Calls

no outgoing calls

Tested by 1