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