Auth client error codes and their default messages.
Signature:
export declare class AuthClientErrorCode 
Properties
| 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:
static AUTH_BLOCKING_TOKEN_EXPIRED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.BILLING_NOT_ENABLED
Signature:
static BILLING_NOT_ENABLED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.CLAIMS_TOO_LARGE
Signature:
static CLAIMS_TOO_LARGE: {
        code: string;
        message: string;
    };
AuthClientErrorCode.CONFIGURATION_EXISTS
Signature:
static CONFIGURATION_EXISTS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.CONFIGURATION_NOT_FOUND
Signature:
static CONFIGURATION_NOT_FOUND: {
        code: string;
        message: string;
    };
AuthClientErrorCode.EMAIL_ALREADY_EXISTS
Signature:
static EMAIL_ALREADY_EXISTS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.EMAIL_NOT_FOUND
Signature:
static EMAIL_NOT_FOUND: {
        code: string;
        message: string;
    };
AuthClientErrorCode.FORBIDDEN_CLAIM
Signature:
static FORBIDDEN_CLAIM: {
        code: string;
        message: string;
    };
AuthClientErrorCode.ID_TOKEN_EXPIRED
Signature:
static ID_TOKEN_EXPIRED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.ID_TOKEN_REVOKED
Signature:
static ID_TOKEN_REVOKED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INSUFFICIENT_PERMISSION
Signature:
static INSUFFICIENT_PERMISSION: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INTERNAL_ERROR
Signature:
static INTERNAL_ERROR: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_ARGUMENT
Signature:
static INVALID_ARGUMENT: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_CLAIMS
Signature:
static INVALID_CLAIMS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_CONFIG
Signature:
static INVALID_CONFIG: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_CONTINUE_URI
Signature:
static INVALID_CONTINUE_URI: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_CREATION_TIME
Signature:
static INVALID_CREATION_TIME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_CREDENTIAL
Signature:
static INVALID_CREDENTIAL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_DISABLED_FIELD
Signature:
static INVALID_DISABLED_FIELD: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_DISPLAY_NAME
Signature:
static INVALID_DISPLAY_NAME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_DYNAMIC_LINK_DOMAIN
Signature:
static INVALID_DYNAMIC_LINK_DOMAIN: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_EMAIL_VERIFIED
Signature:
static INVALID_EMAIL_VERIFIED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_EMAIL
Signature:
static INVALID_EMAIL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_ENROLLED_FACTORS
Signature:
static INVALID_ENROLLED_FACTORS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_ENROLLMENT_TIME
Signature:
static INVALID_ENROLLMENT_TIME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_ALGORITHM
Signature:
static INVALID_HASH_ALGORITHM: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_BLOCK_SIZE
Signature:
static INVALID_HASH_BLOCK_SIZE: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_DERIVED_KEY_LENGTH
Signature:
static INVALID_HASH_DERIVED_KEY_LENGTH: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_KEY
Signature:
static INVALID_HASH_KEY: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_MEMORY_COST
Signature:
static INVALID_HASH_MEMORY_COST: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_PARALLELIZATION
Signature:
static INVALID_HASH_PARALLELIZATION: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_ROUNDS
Signature:
static INVALID_HASH_ROUNDS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HASH_SALT_SEPARATOR
Signature:
static INVALID_HASH_SALT_SEPARATOR: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_HOSTING_LINK_DOMAIN
Signature:
static INVALID_HOSTING_LINK_DOMAIN: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_ID_TOKEN
Signature:
static INVALID_ID_TOKEN: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_LAST_SIGN_IN_TIME
Signature:
static INVALID_LAST_SIGN_IN_TIME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_NAME
Signature:
static INVALID_NAME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_NEW_EMAIL
Signature:
static INVALID_NEW_EMAIL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_OAUTH_CLIENT_ID
Signature:
static INVALID_OAUTH_CLIENT_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_OAUTH_RESPONSETYPE
Signature:
static INVALID_OAUTH_RESPONSETYPE: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PAGE_TOKEN
Signature:
static INVALID_PAGE_TOKEN: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PASSWORD_HASH
Signature:
static INVALID_PASSWORD_HASH: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PASSWORD_SALT
Signature:
static INVALID_PASSWORD_SALT: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PASSWORD
Signature:
static INVALID_PASSWORD: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PHONE_NUMBER
Signature:
static INVALID_PHONE_NUMBER: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PHOTO_URL
Signature:
static INVALID_PHOTO_URL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PROJECT_ID
Signature:
static INVALID_PROJECT_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PROVIDER_DATA
Signature:
static INVALID_PROVIDER_DATA: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PROVIDER_ID
Signature:
static INVALID_PROVIDER_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_PROVIDER_UID
Signature:
static INVALID_PROVIDER_UID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_RECAPTCHA_ACTION
Signature:
static INVALID_RECAPTCHA_ACTION: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_RECAPTCHA_ENFORCEMENT_STATE
Signature:
static INVALID_RECAPTCHA_ENFORCEMENT_STATE: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_SESSION_COOKIE_DURATION
Signature:
static INVALID_SESSION_COOKIE_DURATION: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_TENANT_ID
Signature:
static INVALID_TENANT_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_TENANT_TYPE
Signature:
static INVALID_TENANT_TYPE: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_TESTING_PHONE_NUMBER
Signature:
static INVALID_TESTING_PHONE_NUMBER: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_TOKENS_VALID_AFTER_TIME
Signature:
static INVALID_TOKENS_VALID_AFTER_TIME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_UID
Signature:
static INVALID_UID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.INVALID_USER_IMPORT
Signature:
static INVALID_USER_IMPORT: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED
Signature:
static MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MAXIMUM_USER_COUNT_EXCEEDED
Signature:
static MAXIMUM_USER_COUNT_EXCEEDED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISMATCHING_TENANT_ID
Signature:
static MISMATCHING_TENANT_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_ANDROID_PACKAGE_NAME
Signature:
static MISSING_ANDROID_PACKAGE_NAME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_CONFIG
Signature:
static MISSING_CONFIG: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_CONTINUE_URI
Signature:
static MISSING_CONTINUE_URI: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_DISPLAY_NAME
Signature:
static MISSING_DISPLAY_NAME: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_EMAIL
Signature:
static MISSING_EMAIL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_HASH_ALGORITHM
Signature:
static MISSING_HASH_ALGORITHM: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_IOS_BUNDLE_ID
Signature:
static MISSING_IOS_BUNDLE_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_ISSUER
Signature:
static MISSING_ISSUER: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_OAUTH_CLIENT_ID
Signature:
static MISSING_OAUTH_CLIENT_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_OAUTH_CLIENT_SECRET
Signature:
static MISSING_OAUTH_CLIENT_SECRET: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_PROVIDER_ID
Signature:
static MISSING_PROVIDER_ID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_SAML_RELYING_PARTY_CONFIG
Signature:
static MISSING_SAML_RELYING_PARTY_CONFIG: {
        code: string;
        message: string;
    };
AuthClientErrorCode.MISSING_UID
Signature:
static MISSING_UID: {
        code: string;
        message: string;
    };
AuthClientErrorCode.NOT_FOUND
Signature:
static NOT_FOUND: {
        code: string;
        message: string;
    };
AuthClientErrorCode.OPERATION_NOT_ALLOWED
Signature:
static OPERATION_NOT_ALLOWED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.PHONE_NUMBER_ALREADY_EXISTS
Signature:
static PHONE_NUMBER_ALREADY_EXISTS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.PROJECT_NOT_FOUND
Signature:
static PROJECT_NOT_FOUND: {
        code: string;
        message: string;
    };
AuthClientErrorCode.QUOTA_EXCEEDED
Signature:
static QUOTA_EXCEEDED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.RECAPTCHA_NOT_ENABLED
Signature:
static RECAPTCHA_NOT_ENABLED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.SECOND_FACTOR_LIMIT_EXCEEDED
Signature:
static SECOND_FACTOR_LIMIT_EXCEEDED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.SECOND_FACTOR_UID_ALREADY_EXISTS
Signature:
static SECOND_FACTOR_UID_ALREADY_EXISTS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.SESSION_COOKIE_EXPIRED
Signature:
static SESSION_COOKIE_EXPIRED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.SESSION_COOKIE_REVOKED
Signature:
static SESSION_COOKIE_REVOKED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.TENANT_NOT_FOUND
Signature:
static TENANT_NOT_FOUND: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UID_ALREADY_EXISTS
Signature:
static UID_ALREADY_EXISTS: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UNAUTHORIZED_DOMAIN
Signature:
static UNAUTHORIZED_DOMAIN: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UNSUPPORTED_FIRST_FACTOR
Signature:
static UNSUPPORTED_FIRST_FACTOR: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UNSUPPORTED_SECOND_FACTOR
Signature:
static UNSUPPORTED_SECOND_FACTOR: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UNSUPPORTED_TENANT_OPERATION
Signature:
static UNSUPPORTED_TENANT_OPERATION: {
        code: string;
        message: string;
    };
AuthClientErrorCode.UNVERIFIED_EMAIL
Signature:
static UNVERIFIED_EMAIL: {
        code: string;
        message: string;
    };
AuthClientErrorCode.USER_DISABLED
Signature:
static USER_DISABLED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.USER_NOT_DISABLED
Signature:
static USER_NOT_DISABLED: {
        code: string;
        message: string;
    };
AuthClientErrorCode.USER_NOT_FOUND
Signature:
static USER_NOT_FOUND: {
        code: string;
        message: string;
    };