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

Function unprocessableEntityError

api/errors.go:78–80  ·  view source on GitHub ↗
(fmtString string, args ...interface{})

Source from the content-addressed store, hash-verified

76}
77
78func unprocessableEntityError(fmtString string, args ...interface{}) *HTTPError {
79 return httpError(http.StatusUnprocessableEntity, fmtString, args...)
80}
81
82// HTTPError is an error with a message and an HTTP status code.
83type HTTPError struct {

Callers 9

RecoverMethod · 0.85
InviteMethod · 0.85
triggerMethod · 0.85
SignupMethod · 0.85
validateEmailMethod · 0.85
adminUserCreateMethod · 0.85
VerifyMethod · 0.85
signupVerifyMethod · 0.85
UserUpdateMethod · 0.85

Calls 1

httpErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…