App client error codes and their default messages.
Signature:
export declare class AppErrorCodes
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
APP_DELETED | static |
string | |
DUPLICATE_APP | static |
string | |
INTERNAL_ERROR | static |
string | |
INVALID_APP_NAME | static |
string | |
INVALID_APP_OPTIONS | static |
string | |
INVALID_ARGUMENT | static |
string | |
INVALID_CREDENTIAL | static |
string | |
NETWORK_ERROR | static |
string | |
NETWORK_TIMEOUT | static |
string | |
NO_APP | static |
string | |
UNABLE_TO_PARSE_RESPONSE | static |
string |
AppErrorCodes.APP_DELETED
Signature:
static APP_DELETED: string;
AppErrorCodes.DUPLICATE_APP
Signature:
static DUPLICATE_APP: string;
AppErrorCodes.INTERNAL_ERROR
Signature:
static INTERNAL_ERROR: string;
AppErrorCodes.INVALID_APP_NAME
Signature:
static INVALID_APP_NAME: string;
AppErrorCodes.INVALID_APP_OPTIONS
Signature:
static INVALID_APP_OPTIONS: string;
AppErrorCodes.INVALID_ARGUMENT
Signature:
static INVALID_ARGUMENT: string;
AppErrorCodes.INVALID_CREDENTIAL
Signature:
static INVALID_CREDENTIAL: string;
AppErrorCodes.NETWORK_ERROR
Signature:
static NETWORK_ERROR: string;
AppErrorCodes.NETWORK_TIMEOUT
Signature:
static NETWORK_TIMEOUT: string;
AppErrorCodes.NO_APP
Signature:
static NO_APP: string;
AppErrorCodes.UNABLE_TO_PARSE_RESPONSE
Signature:
static UNABLE_TO_PARSE_RESPONSE: string;