AppErrorCodes class

App client error codes and their default messages.

Signature:

exportdeclareclassAppErrorCodes

Properties

PropertyModifiersTypeDescription
APP_DELETEDstaticstring
DUPLICATE_APPstaticstring
INTERNAL_ERRORstaticstring
INVALID_APP_NAMEstaticstring
INVALID_APP_OPTIONSstaticstring
INVALID_ARGUMENTstaticstring
INVALID_CREDENTIALstaticstring
NETWORK_ERRORstaticstring
NETWORK_TIMEOUTstaticstring
NO_APPstaticstring
UNABLE_TO_PARSE_RESPONSEstaticstring

AppErrorCodes.APP_DELETED

Signature:

staticAPP_DELETED:string;

AppErrorCodes.DUPLICATE_APP

Signature:

staticDUPLICATE_APP:string;

AppErrorCodes.INTERNAL_ERROR

Signature:

staticINTERNAL_ERROR:string;

AppErrorCodes.INVALID_APP_NAME

Signature:

staticINVALID_APP_NAME:string;

AppErrorCodes.INVALID_APP_OPTIONS

Signature:

staticINVALID_APP_OPTIONS:string;

AppErrorCodes.INVALID_ARGUMENT

Signature:

staticINVALID_ARGUMENT:string;

AppErrorCodes.INVALID_CREDENTIAL

Signature:

staticINVALID_CREDENTIAL:string;

AppErrorCodes.NETWORK_ERROR

Signature:

staticNETWORK_ERROR:string;

AppErrorCodes.NETWORK_TIMEOUT

Signature:

staticNETWORK_TIMEOUT:string;

AppErrorCodes.NO_APP

Signature:

staticNO_APP:string;

AppErrorCodes.UNABLE_TO_PARSE_RESPONSE

Signature:

staticUNABLE_TO_PARSE_RESPONSE:string;