AuthClientErrorCode class

Auth client error codes and their default messages.

Signature:

exportdeclareclassAuthClientErrorCode

Properties

PropertyModifiersTypeDescription
AUTH_BLOCKING_TOKEN_EXPIREDstatic{ code: string; message: string; }
BILLING_NOT_ENABLEDstatic{ code: string; message: string; }
CLAIMS_TOO_LARGEstatic{ code: string; message: string; }
CONFIGURATION_EXISTSstatic{ code: string; message: string; }
CONFIGURATION_NOT_FOUNDstatic{ code: string; message: string; }
EMAIL_ALREADY_EXISTSstatic{ code: string; message: string; }
EMAIL_NOT_FOUNDstatic{ code: string; message: string; }
FORBIDDEN_CLAIMstatic{ code: string; message: string; }
ID_TOKEN_EXPIREDstatic{ code: string; message: string; }
ID_TOKEN_REVOKEDstatic{ code: string; message: string; }
INSUFFICIENT_PERMISSIONstatic{ code: string; message: string; }
INTERNAL_ERRORstatic{ code: string; message: string; }
INVALID_ARGUMENTstatic{ code: string; message: string; }
INVALID_CLAIMSstatic{ code: string; message: string; }
INVALID_CONFIGstatic{ code: string; message: string; }
INVALID_CONTINUE_URIstatic{ code: string; message: string; }
INVALID_CREATION_TIMEstatic{ code: string; message: string; }
INVALID_CREDENTIALstatic{ code: string; message: string; }
INVALID_DISABLED_FIELDstatic{ code: string; message: string; }
INVALID_DISPLAY_NAMEstatic{ code: string; message: string; }
INVALID_DYNAMIC_LINK_DOMAINstatic{ code: string; message: string; }
INVALID_EMAIL_VERIFIEDstatic{ code: string; message: string; }
INVALID_EMAILstatic{ code: string; message: string; }
INVALID_ENROLLED_FACTORSstatic{ code: string; message: string; }
INVALID_ENROLLMENT_TIMEstatic{ code: string; message: string; }
INVALID_HASH_ALGORITHMstatic{ code: string; message: string; }
INVALID_HASH_BLOCK_SIZEstatic{ code: string; message: string; }
INVALID_HASH_DERIVED_KEY_LENGTHstatic{ code: string; message: string; }
INVALID_HASH_KEYstatic{ code: string; message: string; }
INVALID_HASH_MEMORY_COSTstatic{ code: string; message: string; }
INVALID_HASH_PARALLELIZATIONstatic{ code: string; message: string; }
INVALID_HASH_ROUNDSstatic{ code: string; message: string; }
INVALID_HASH_SALT_SEPARATORstatic{ code: string; message: string; }
INVALID_HOSTING_LINK_DOMAINstatic{ code: string; message: string; }
INVALID_ID_TOKENstatic{ code: string; message: string; }
INVALID_LAST_SIGN_IN_TIMEstatic{ code: string; message: string; }
INVALID_NAMEstatic{ code: string; message: string; }
INVALID_NEW_EMAILstatic{ code: string; message: string; }
INVALID_OAUTH_CLIENT_IDstatic{ code: string; message: string; }
INVALID_OAUTH_RESPONSETYPEstatic{ code: string; message: string; }
INVALID_PAGE_TOKENstatic{ code: string; message: string; }
INVALID_PASSWORD_HASHstatic{ code: string; message: string; }
INVALID_PASSWORD_SALTstatic{ code: string; message: string; }
INVALID_PASSWORDstatic{ code: string; message: string; }
INVALID_PHONE_NUMBERstatic{ code: string; message: string; }
INVALID_PHOTO_URLstatic{ code: string; message: string; }
INVALID_PROJECT_IDstatic{ code: string; message: string; }
INVALID_PROVIDER_DATAstatic{ code: string; message: string; }
INVALID_PROVIDER_IDstatic{ code: string; message: string; }
INVALID_PROVIDER_UIDstatic{ code: string; message: string; }
INVALID_RECAPTCHA_ACTIONstatic{ code: string; message: string; }
INVALID_RECAPTCHA_ENFORCEMENT_STATEstatic{ code: string; message: string; }
INVALID_SESSION_COOKIE_DURATIONstatic{ code: string; message: string; }
INVALID_TENANT_IDstatic{ code: string; message: string; }
INVALID_TENANT_TYPEstatic{ code: string; message: string; }
INVALID_TESTING_PHONE_NUMBERstatic{ code: string; message: string; }
INVALID_TOKENS_VALID_AFTER_TIMEstatic{ code: string; message: string; }
INVALID_UIDstatic{ code: string; message: string; }
INVALID_USER_IMPORTstatic{ code: string; message: string; }
MAXIMUM_TEST_PHONE_NUMBER_EXCEEDEDstatic{ code: string; message: string; }
MAXIMUM_USER_COUNT_EXCEEDEDstatic{ code: string; message: string; }
MISMATCHING_TENANT_IDstatic{ code: string; message: string; }
MISSING_ANDROID_PACKAGE_NAMEstatic{ code: string; message: string; }
MISSING_CONFIGstatic{ code: string; message: string; }
MISSING_CONTINUE_URIstatic{ code: string; message: string; }
MISSING_DISPLAY_NAMEstatic{ code: string; message: string; }
MISSING_EMAILstatic{ code: string; message: string; }
MISSING_HASH_ALGORITHMstatic{ code: string; message: string; }
MISSING_IOS_BUNDLE_IDstatic{ code: string; message: string; }
MISSING_ISSUERstatic{ code: string; message: string; }
MISSING_OAUTH_CLIENT_IDstatic{ code: string; message: string; }
MISSING_OAUTH_CLIENT_SECRETstatic{ code: string; message: string; }
MISSING_PROVIDER_IDstatic{ code: string; message: string; }
MISSING_SAML_RELYING_PARTY_CONFIGstatic{ code: string; message: string; }
MISSING_UIDstatic{ code: string; message: string; }
NOT_FOUNDstatic{ code: string; message: string; }
OPERATION_NOT_ALLOWEDstatic{ code: string; message: string; }
PHONE_NUMBER_ALREADY_EXISTSstatic{ code: string; message: string; }
PROJECT_NOT_FOUNDstatic{ code: string; message: string; }
QUOTA_EXCEEDEDstatic{ code: string; message: string; }
RECAPTCHA_NOT_ENABLEDstatic{ code: string; message: string; }
SECOND_FACTOR_LIMIT_EXCEEDEDstatic{ code: string; message: string; }
SECOND_FACTOR_UID_ALREADY_EXISTSstatic{ code: string; message: string; }
SESSION_COOKIE_EXPIREDstatic{ code: string; message: string; }
SESSION_COOKIE_REVOKEDstatic{ code: string; message: string; }
TENANT_NOT_FOUNDstatic{ code: string; message: string; }
UID_ALREADY_EXISTSstatic{ code: string; message: string; }
UNAUTHORIZED_DOMAINstatic{ code: string; message: string; }
UNSUPPORTED_FIRST_FACTORstatic{ code: string; message: string; }
UNSUPPORTED_SECOND_FACTORstatic{ code: string; message: string; }
UNSUPPORTED_TENANT_OPERATIONstatic{ code: string; message: string; }
UNVERIFIED_EMAILstatic{ code: string; message: string; }
USER_DISABLEDstatic{ code: string; message: string; }
USER_NOT_DISABLEDstatic{ code: string; message: string; }
USER_NOT_FOUNDstatic{ 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;};

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;};

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;};

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;};

Signature:

staticSESSION_COOKIE_EXPIRED:{code:string;message:string;};

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;};