AuthClientErrorCode class Stay organized with collections Save and categorize content based on your preferences.
Auth client error codes and their default messages.
Signature:
exportdeclareclassAuthClientErrorCodeProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| AUTH_BLOCKING_TOKEN_EXPIRED | static | { code: string; message: string; } | |
| BILLING_NOT_ENABLED | static | { code: string; message: string; } | |
| CLAIMS_TOO_LARGE | static | { code: string; message: string; } | |
| CONFIGURATION_EXISTS | static | { code: string; message: string; } | |
| CONFIGURATION_NOT_FOUND | static | { code: string; message: string; } | |
| EMAIL_ALREADY_EXISTS | static | { code: string; message: string; } | |
| EMAIL_NOT_FOUND | static | { code: string; message: string; } | |
| FORBIDDEN_CLAIM | static | { code: string; message: string; } | |
| ID_TOKEN_EXPIRED | static | { code: string; message: string; } | |
| ID_TOKEN_REVOKED | static | { code: string; message: string; } | |
| INSUFFICIENT_PERMISSION | static | { code: string; message: string; } | |
| INTERNAL_ERROR | static | { code: string; message: string; } | |
| INVALID_ARGUMENT | static | { code: string; message: string; } | |
| INVALID_CLAIMS | static | { code: string; message: string; } | |
| INVALID_CONFIG | static | { code: string; message: string; } | |
| INVALID_CONTINUE_URI | static | { code: string; message: string; } | |
| INVALID_CREATION_TIME | static | { code: string; message: string; } | |
| INVALID_CREDENTIAL | static | { code: string; message: string; } | |
| INVALID_DISABLED_FIELD | static | { code: string; message: string; } | |
| INVALID_DISPLAY_NAME | static | { code: string; message: string; } | |
| INVALID_DYNAMIC_LINK_DOMAIN | static | { code: string; message: string; } | |
| INVALID_EMAIL_VERIFIED | static | { code: string; message: string; } | |
| INVALID_EMAIL | static | { code: string; message: string; } | |
| INVALID_ENROLLED_FACTORS | static | { code: string; message: string; } | |
| INVALID_ENROLLMENT_TIME | static | { code: string; message: string; } | |
| INVALID_HASH_ALGORITHM | static | { code: string; message: string; } | |
| INVALID_HASH_BLOCK_SIZE | static | { code: string; message: string; } | |
| INVALID_HASH_DERIVED_KEY_LENGTH | static | { code: string; message: string; } | |
| INVALID_HASH_KEY | static | { code: string; message: string; } | |
| INVALID_HASH_MEMORY_COST | static | { code: string; message: string; } | |
| INVALID_HASH_PARALLELIZATION | static | { code: string; message: string; } | |
| INVALID_HASH_ROUNDS | static | { code: string; message: string; } | |
| INVALID_HASH_SALT_SEPARATOR | static | { code: string; message: string; } | |
| INVALID_HOSTING_LINK_DOMAIN | static | { code: string; message: string; } | |
| INVALID_ID_TOKEN | static | { code: string; message: string; } | |
| INVALID_LAST_SIGN_IN_TIME | static | { code: string; message: string; } | |
| INVALID_NAME | static | { code: string; message: string; } | |
| INVALID_NEW_EMAIL | static | { code: string; message: string; } | |
| INVALID_OAUTH_CLIENT_ID | static | { code: string; message: string; } | |
| INVALID_OAUTH_RESPONSETYPE | static | { code: string; message: string; } | |
| INVALID_PAGE_TOKEN | static | { code: string; message: string; } | |
| INVALID_PASSWORD_HASH | static | { code: string; message: string; } | |
| INVALID_PASSWORD_SALT | static | { code: string; message: string; } | |
| INVALID_PASSWORD | static | { code: string; message: string; } | |
| INVALID_PHONE_NUMBER | static | { code: string; message: string; } | |
| INVALID_PHOTO_URL | static | { code: string; message: string; } | |
| INVALID_PROJECT_ID | static | { code: string; message: string; } | |
| INVALID_PROVIDER_DATA | static | { code: string; message: string; } | |
| INVALID_PROVIDER_ID | static | { code: string; message: string; } | |
| INVALID_PROVIDER_UID | static | { code: string; message: string; } | |
| INVALID_RECAPTCHA_ACTION | static | { code: string; message: string; } | |
| INVALID_RECAPTCHA_ENFORCEMENT_STATE | static | { code: string; message: string; } | |
| INVALID_SESSION_COOKIE_DURATION | static | { code: string; message: string; } | |
| INVALID_TENANT_ID | static | { code: string; message: string; } | |
| INVALID_TENANT_TYPE | static | { code: string; message: string; } | |
| INVALID_TESTING_PHONE_NUMBER | static | { code: string; message: string; } | |
| INVALID_TOKENS_VALID_AFTER_TIME | static | { code: string; message: string; } | |
| INVALID_UID | static | { code: string; message: string; } | |
| INVALID_USER_IMPORT | static | { code: string; message: string; } | |
| MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED | static | { code: string; message: string; } | |
| MAXIMUM_USER_COUNT_EXCEEDED | static | { code: string; message: string; } | |
| MISMATCHING_TENANT_ID | static | { code: string; message: string; } | |
| MISSING_ANDROID_PACKAGE_NAME | static | { code: string; message: string; } | |
| MISSING_CONFIG | static | { code: string; message: string; } | |
| MISSING_CONTINUE_URI | static | { code: string; message: string; } | |
| MISSING_DISPLAY_NAME | static | { code: string; message: string; } | |
| MISSING_EMAIL | static | { code: string; message: string; } | |
| MISSING_HASH_ALGORITHM | static | { code: string; message: string; } | |
| MISSING_IOS_BUNDLE_ID | static | { code: string; message: string; } | |
| MISSING_ISSUER | static | { code: string; message: string; } | |
| MISSING_OAUTH_CLIENT_ID | static | { code: string; message: string; } | |
| MISSING_OAUTH_CLIENT_SECRET | static | { code: string; message: string; } | |
| MISSING_PROVIDER_ID | static | { code: string; message: string; } | |
| MISSING_SAML_RELYING_PARTY_CONFIG | static | { code: string; message: string; } | |
| MISSING_UID | static | { code: string; message: string; } | |
| NOT_FOUND | static | { code: string; message: string; } | |
| OPERATION_NOT_ALLOWED | static | { code: string; message: string; } | |
| PHONE_NUMBER_ALREADY_EXISTS | static | { code: string; message: string; } | |
| PROJECT_NOT_FOUND | static | { code: string; message: string; } | |
| QUOTA_EXCEEDED | static | { code: string; message: string; } | |
| RECAPTCHA_NOT_ENABLED | static | { code: string; message: string; } | |
| SECOND_FACTOR_LIMIT_EXCEEDED | static | { code: string; message: string; } | |
| SECOND_FACTOR_UID_ALREADY_EXISTS | static | { code: string; message: string; } | |
| SESSION_COOKIE_EXPIRED | static | { code: string; message: string; } | |
| SESSION_COOKIE_REVOKED | static | { code: string; message: string; } | |
| TENANT_NOT_FOUND | static | { code: string; message: string; } | |
| UID_ALREADY_EXISTS | static | { code: string; message: string; } | |
| UNAUTHORIZED_DOMAIN | static | { code: string; message: string; } | |
| UNSUPPORTED_FIRST_FACTOR | static | { code: string; message: string; } | |
| UNSUPPORTED_SECOND_FACTOR | static | { code: string; message: string; } | |
| UNSUPPORTED_TENANT_OPERATION | static | { code: string; message: string; } | |
| UNVERIFIED_EMAIL | static | { code: string; message: string; } | |
| USER_DISABLED | static | { code: string; message: string; } | |
| USER_NOT_DISABLED | static | { code: string; message: string; } | |
| USER_NOT_FOUND | static | { code: string; message: string; } |
AuthClientErrorCode.AUTH_BLOCKING_TOKEN_EXPIRED
Signature:
staticAUTH_BLOCKING_TOKEN_EXPIRED:{code:string;message:string;};AuthClientErrorCode.BILLING_NOT_ENABLED
Signature:
staticBILLING_NOT_ENABLED:{code:string;message:string;};AuthClientErrorCode.CLAIMS_TOO_LARGE
Signature:
staticCLAIMS_TOO_LARGE:{code:string;message:string;};AuthClientErrorCode.CONFIGURATION_EXISTS
Signature:
staticCONFIGURATION_EXISTS:{code:string;message:string;};AuthClientErrorCode.CONFIGURATION_NOT_FOUND
Signature:
staticCONFIGURATION_NOT_FOUND:{code:string;message:string;};AuthClientErrorCode.EMAIL_ALREADY_EXISTS
Signature:
staticEMAIL_ALREADY_EXISTS:{code:string;message:string;};AuthClientErrorCode.EMAIL_NOT_FOUND
Signature:
staticEMAIL_NOT_FOUND:{code:string;message:string;};AuthClientErrorCode.FORBIDDEN_CLAIM
Signature:
staticFORBIDDEN_CLAIM:{code:string;message:string;};AuthClientErrorCode.ID_TOKEN_EXPIRED
Signature:
staticID_TOKEN_EXPIRED:{code:string;message:string;};AuthClientErrorCode.ID_TOKEN_REVOKED
Signature:
staticID_TOKEN_REVOKED:{code:string;message:string;};AuthClientErrorCode.INSUFFICIENT_PERMISSION
Signature:
staticINSUFFICIENT_PERMISSION:{code:string;message:string;};AuthClientErrorCode.INTERNAL_ERROR
Signature:
staticINTERNAL_ERROR:{code:string;message:string;};AuthClientErrorCode.INVALID_ARGUMENT
Signature:
staticINVALID_ARGUMENT:{code:string;message:string;};AuthClientErrorCode.INVALID_CLAIMS
Signature:
staticINVALID_CLAIMS:{code:string;message:string;};AuthClientErrorCode.INVALID_CONFIG
Signature:
staticINVALID_CONFIG:{code:string;message:string;};AuthClientErrorCode.INVALID_CONTINUE_URI
Signature:
staticINVALID_CONTINUE_URI:{code:string;message:string;};AuthClientErrorCode.INVALID_CREATION_TIME
Signature:
staticINVALID_CREATION_TIME:{code:string;message:string;};AuthClientErrorCode.INVALID_CREDENTIAL
Signature:
staticINVALID_CREDENTIAL:{code:string;message:string;};AuthClientErrorCode.INVALID_DISABLED_FIELD
Signature:
staticINVALID_DISABLED_FIELD:{code:string;message:string;};AuthClientErrorCode.INVALID_DISPLAY_NAME
Signature:
staticINVALID_DISPLAY_NAME:{code:string;message:string;};AuthClientErrorCode.INVALID_DYNAMIC_LINK_DOMAIN
Signature:
staticINVALID_DYNAMIC_LINK_DOMAIN:{code:string;message:string;};AuthClientErrorCode.INVALID_EMAIL_VERIFIED
Signature:
staticINVALID_EMAIL_VERIFIED:{code:string;message:string;};AuthClientErrorCode.INVALID_EMAIL
Signature:
staticINVALID_EMAIL:{code:string;message:string;};AuthClientErrorCode.INVALID_ENROLLED_FACTORS
Signature:
staticINVALID_ENROLLED_FACTORS:{code:string;message:string;};AuthClientErrorCode.INVALID_ENROLLMENT_TIME
Signature:
staticINVALID_ENROLLMENT_TIME:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_ALGORITHM
Signature:
staticINVALID_HASH_ALGORITHM:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_BLOCK_SIZE
Signature:
staticINVALID_HASH_BLOCK_SIZE:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_DERIVED_KEY_LENGTH
Signature:
staticINVALID_HASH_DERIVED_KEY_LENGTH:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_KEY
Signature:
staticINVALID_HASH_KEY:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_MEMORY_COST
Signature:
staticINVALID_HASH_MEMORY_COST:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_PARALLELIZATION
Signature:
staticINVALID_HASH_PARALLELIZATION:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_ROUNDS
Signature:
staticINVALID_HASH_ROUNDS:{code:string;message:string;};AuthClientErrorCode.INVALID_HASH_SALT_SEPARATOR
Signature:
staticINVALID_HASH_SALT_SEPARATOR:{code:string;message:string;};AuthClientErrorCode.INVALID_HOSTING_LINK_DOMAIN
Signature:
staticINVALID_HOSTING_LINK_DOMAIN:{code:string;message:string;};AuthClientErrorCode.INVALID_ID_TOKEN
Signature:
staticINVALID_ID_TOKEN:{code:string;message:string;};AuthClientErrorCode.INVALID_LAST_SIGN_IN_TIME
Signature:
staticINVALID_LAST_SIGN_IN_TIME:{code:string;message:string;};AuthClientErrorCode.INVALID_NAME
Signature:
staticINVALID_NAME:{code:string;message:string;};AuthClientErrorCode.INVALID_NEW_EMAIL
Signature:
staticINVALID_NEW_EMAIL:{code:string;message:string;};AuthClientErrorCode.INVALID_OAUTH_CLIENT_ID
Signature:
staticINVALID_OAUTH_CLIENT_ID:{code:string;message:string;};AuthClientErrorCode.INVALID_OAUTH_RESPONSETYPE
Signature:
staticINVALID_OAUTH_RESPONSETYPE:{code:string;message:string;};AuthClientErrorCode.INVALID_PAGE_TOKEN
Signature:
staticINVALID_PAGE_TOKEN:{code:string;message:string;};AuthClientErrorCode.INVALID_PASSWORD_HASH
Signature:
staticINVALID_PASSWORD_HASH:{code:string;message:string;};AuthClientErrorCode.INVALID_PASSWORD_SALT
Signature:
staticINVALID_PASSWORD_SALT:{code:string;message:string;};AuthClientErrorCode.INVALID_PASSWORD
Signature:
staticINVALID_PASSWORD:{code:string;message:string;};AuthClientErrorCode.INVALID_PHONE_NUMBER
Signature:
staticINVALID_PHONE_NUMBER:{code:string;message:string;};AuthClientErrorCode.INVALID_PHOTO_URL
Signature:
staticINVALID_PHOTO_URL:{code:string;message:string;};AuthClientErrorCode.INVALID_PROJECT_ID
Signature:
staticINVALID_PROJECT_ID:{code:string;message:string;};AuthClientErrorCode.INVALID_PROVIDER_DATA
Signature:
staticINVALID_PROVIDER_DATA:{code:string;message:string;};AuthClientErrorCode.INVALID_PROVIDER_ID
Signature:
staticINVALID_PROVIDER_ID:{code:string;message:string;};AuthClientErrorCode.INVALID_PROVIDER_UID
Signature:
staticINVALID_PROVIDER_UID:{code:string;message:string;};AuthClientErrorCode.INVALID_RECAPTCHA_ACTION
Signature:
staticINVALID_RECAPTCHA_ACTION:{code:string;message:string;};AuthClientErrorCode.INVALID_RECAPTCHA_ENFORCEMENT_STATE
Signature:
staticINVALID_RECAPTCHA_ENFORCEMENT_STATE:{code:string;message:string;};AuthClientErrorCode.INVALID_SESSION_COOKIE_DURATION
Signature:
staticINVALID_SESSION_COOKIE_DURATION:{code:string;message:string;};AuthClientErrorCode.INVALID_TENANT_ID
Signature:
staticINVALID_TENANT_ID:{code:string;message:string;};AuthClientErrorCode.INVALID_TENANT_TYPE
Signature:
staticINVALID_TENANT_TYPE:{code:string;message:string;};AuthClientErrorCode.INVALID_TESTING_PHONE_NUMBER
Signature:
staticINVALID_TESTING_PHONE_NUMBER:{code:string;message:string;};AuthClientErrorCode.INVALID_TOKENS_VALID_AFTER_TIME
Signature:
staticINVALID_TOKENS_VALID_AFTER_TIME:{code:string;message:string;};AuthClientErrorCode.INVALID_UID
Signature:
staticINVALID_UID:{code:string;message:string;};AuthClientErrorCode.INVALID_USER_IMPORT
Signature:
staticINVALID_USER_IMPORT:{code:string;message:string;};AuthClientErrorCode.MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED
Signature:
staticMAXIMUM_TEST_PHONE_NUMBER_EXCEEDED:{code:string;message:string;};AuthClientErrorCode.MAXIMUM_USER_COUNT_EXCEEDED
Signature:
staticMAXIMUM_USER_COUNT_EXCEEDED:{code:string;message:string;};AuthClientErrorCode.MISMATCHING_TENANT_ID
Signature:
staticMISMATCHING_TENANT_ID:{code:string;message:string;};AuthClientErrorCode.MISSING_ANDROID_PACKAGE_NAME
Signature:
staticMISSING_ANDROID_PACKAGE_NAME:{code:string;message:string;};AuthClientErrorCode.MISSING_CONFIG
Signature:
staticMISSING_CONFIG:{code:string;message:string;};AuthClientErrorCode.MISSING_CONTINUE_URI
Signature:
staticMISSING_CONTINUE_URI:{code:string;message:string;};AuthClientErrorCode.MISSING_DISPLAY_NAME
Signature:
staticMISSING_DISPLAY_NAME:{code:string;message:string;};AuthClientErrorCode.MISSING_EMAIL
Signature:
staticMISSING_EMAIL:{code:string;message:string;};AuthClientErrorCode.MISSING_HASH_ALGORITHM
Signature:
staticMISSING_HASH_ALGORITHM:{code:string;message:string;};AuthClientErrorCode.MISSING_IOS_BUNDLE_ID
Signature:
staticMISSING_IOS_BUNDLE_ID:{code:string;message:string;};AuthClientErrorCode.MISSING_ISSUER
Signature:
staticMISSING_ISSUER:{code:string;message:string;};AuthClientErrorCode.MISSING_OAUTH_CLIENT_ID
Signature:
staticMISSING_OAUTH_CLIENT_ID:{code:string;message:string;};AuthClientErrorCode.MISSING_OAUTH_CLIENT_SECRET
Signature:
staticMISSING_OAUTH_CLIENT_SECRET:{code:string;message:string;};AuthClientErrorCode.MISSING_PROVIDER_ID
Signature:
staticMISSING_PROVIDER_ID:{code:string;message:string;};AuthClientErrorCode.MISSING_SAML_RELYING_PARTY_CONFIG
Signature:
staticMISSING_SAML_RELYING_PARTY_CONFIG:{code:string;message:string;};AuthClientErrorCode.MISSING_UID
Signature:
staticMISSING_UID:{code:string;message:string;};AuthClientErrorCode.NOT_FOUND
Signature:
staticNOT_FOUND:{code:string;message:string;};AuthClientErrorCode.OPERATION_NOT_ALLOWED
Signature:
staticOPERATION_NOT_ALLOWED:{code:string;message:string;};AuthClientErrorCode.PHONE_NUMBER_ALREADY_EXISTS
Signature:
staticPHONE_NUMBER_ALREADY_EXISTS:{code:string;message:string;};AuthClientErrorCode.PROJECT_NOT_FOUND
Signature:
staticPROJECT_NOT_FOUND:{code:string;message:string;};AuthClientErrorCode.QUOTA_EXCEEDED
Signature:
staticQUOTA_EXCEEDED:{code:string;message:string;};AuthClientErrorCode.RECAPTCHA_NOT_ENABLED
Signature:
staticRECAPTCHA_NOT_ENABLED:{code:string;message:string;};AuthClientErrorCode.SECOND_FACTOR_LIMIT_EXCEEDED
Signature:
staticSECOND_FACTOR_LIMIT_EXCEEDED:{code:string;message:string;};AuthClientErrorCode.SECOND_FACTOR_UID_ALREADY_EXISTS
Signature:
staticSECOND_FACTOR_UID_ALREADY_EXISTS:{code:string;message:string;};AuthClientErrorCode.SESSION_COOKIE_EXPIRED
Signature:
staticSESSION_COOKIE_EXPIRED:{code:string;message:string;};AuthClientErrorCode.SESSION_COOKIE_REVOKED
Signature:
staticSESSION_COOKIE_REVOKED:{code:string;message:string;};AuthClientErrorCode.TENANT_NOT_FOUND
Signature:
staticTENANT_NOT_FOUND:{code:string;message:string;};AuthClientErrorCode.UID_ALREADY_EXISTS
Signature:
staticUID_ALREADY_EXISTS:{code:string;message:string;};AuthClientErrorCode.UNAUTHORIZED_DOMAIN
Signature:
staticUNAUTHORIZED_DOMAIN:{code:string;message:string;};AuthClientErrorCode.UNSUPPORTED_FIRST_FACTOR
Signature:
staticUNSUPPORTED_FIRST_FACTOR:{code:string;message:string;};AuthClientErrorCode.UNSUPPORTED_SECOND_FACTOR
Signature:
staticUNSUPPORTED_SECOND_FACTOR:{code:string;message:string;};AuthClientErrorCode.UNSUPPORTED_TENANT_OPERATION
Signature:
staticUNSUPPORTED_TENANT_OPERATION:{code:string;message:string;};AuthClientErrorCode.UNVERIFIED_EMAIL
Signature:
staticUNVERIFIED_EMAIL:{code:string;message:string;};AuthClientErrorCode.USER_DISABLED
Signature:
staticUSER_DISABLED:{code:string;message:string;};AuthClientErrorCode.USER_NOT_DISABLED
Signature:
staticUSER_NOT_DISABLED:{code:string;message:string;};AuthClientErrorCode.USER_NOT_FOUND
Signature:
staticUSER_NOT_FOUND:{code:string;message:string;};Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.