constants/k_errors library
Constants
- kErrorsAccountExistsWithDifferentCredentials → const String
- Error code when an account already exists with different credentials.
- kErrorsCaptchaCheckFailed → const String
- Error code when the captcha verification fails.
- kErrorsCredentialAlreadyInUse → const String
- Error code when the credential is already associated with a different user account.
- kErrorsEmailAlreadyInUse → const String
- Error code when attempting to create an account with an email that is already in use.
- kErrorsInvalidCredential → const String
- Error code when the provided credential is malformed or has expired.
- kErrorsInvalidEmail → const String
- Error code when the email address is not valid.
- kErrorsInvalidLoginCredentials → const String
- Error code when the login credentials are invalid.
- kErrorsInvalidPhoneNumber → const String
- Error code when the phone number is not valid.
- kErrorsInvalidVerificationCode → const String
- Error code when the SMS verification code is not valid.
- kErrorsInvalidVerificationId → const String
- Error code when the verification ID for phone auth is not valid.
- kErrorsOperationNotAllowed → const String
- Error code when the requested authentication operation is not allowed.
- kErrorsProviderAlreadyLinked → const String
- Error code when attempting to link a provider that is already linked to the account.
- kErrorsQuotaExceeded → const String
- Error code when the project's quota for the specified operation has been exceeded.
- kErrorsUserDisabled → const String
- Error code when the user account has been disabled by an administrator.
- kErrorsUserNotFound → const String
- Error code when the specified user account cannot be found.
- kErrorsWeakPassword → const String
- Error code when the password does not meet the minimum requirements.
- kErrorsWrongPassword → const String
- Error code when the password is invalid for the specified email.