Const
Readonly
allOccurs when a combination of multiple validators fails (e.g. when using security.some())
Readonly
alreadyOccurs when the given item already exists (fails uniqueness constraint)
Readonly
checkOccurs when the wrong type of token is used for an authentication method
Readonly
internalGeneric 500 error (e.g. DB error or similar)
Readonly
invalidOccurs when adapter modification cannot be performed
Readonly
invalidOccurs when using the $apply param incorrectly
Readonly
invalidOccurs when using the $expand param incorrectly
Readonly
invalidOccurs when using the $filter param incorrectly
Readonly
invalidOccurs when using the $orderBy param incorrectly
Readonly
loginIncorrect username/password
Readonly
missOccurs when auth secret environment variables have not been provided
Readonly
noGeneric 403 error: You do not have permission over the given resource
Readonly
notGeneric 404 error: Item not found/does not exist in DB
Readonly
not404 error: Route/method not found
Readonly
oRedirect url provided for OAuth is not set as allowed
Readonly
oauthGeneric oauth error
Readonly
onetimeOnetime token is used for the wrong purpose
Readonly
parseOccurs when the given token could not be parsed (e.g. invalid format)
Readonly
schemaOccurs when a schema validation does not match the given request/response
Readonly
sendOccurs when an email fails to send using SendGrid
Readonly
shortOccurs when auth secret environment variables are not long enough to be secure
Readonly
tokenOccurs when the given token is valid, but fails security checks (e.g. IP address mismatch, user agent mismatch)
Readonly
tokenToken has been invalidated and can no longer be used
Readonly
twoTwo factor code does not exist or is otherwise invalid
Readonly
wrongGeneric 400 error: Incorrect parameter provided
Generated using TypeDoc
Error codes for the auth service