Enum FailureHint.Reason
- Namespace
- Supabase.Gotrue.Exceptions
- Assembly
- Supabase.Gotrue.dll
Best effort guess at why the exception was thrown.
public enum FailureHint.Reason
Fields
AdminTokenRequired = 13
This operation requires a bearer/service key (do not include this key in a client app)
BadSessionUrl = 15
Something wrong with the URL to session transformation
ExpiredRefreshToken = 12
The refresh token expired.
InvalidFlowType = 16
An invalid authentication flow has been selected.
InvalidRefreshToken = 11
The refresh token is invalid.
MfaChallengeUnverified = 19
NoSessionFound = 14
No/invalid session found
Offline = 1
The client is set to run offline or the network is unavailable.
SsoDomainNotFound = 17
The SSO domain provided was not registered via the CLI
SsoProviderNotFound = 18
The sso provider ID was incorrect or does not exist
Unknown = 0
The reason for the error could not be determined.
UserAlreadyRegistered = 9
The user is already registered.
UserBadEmailAddress = 6
The user's email address is invalid.
UserBadLogin = 5
The user's login is invalid.
UserBadMultiple = 3
The user's email address and password are invalid.
UserBadPassword = 4
The user's password is invalid.
UserBadPhoneNumber = 7
The user's phone number is invalid.
UserEmailNotConfirmed = 2
The user's email address has not been confirmed.
UserMissingInformation = 8
The user's information is incomplete.
UserTooManyRequests = 10
Server rejected due to number of requests