Kode error klien aplikasi dan pesan defaultnya.
Tanda Tangan:
export declare class AppErrorCodes
Properti
Properti | Pengubah | Jenis | Deskripsi |
---|---|---|---|
APP_DIHAPUS | static |
string | |
APLIKASI_DUPLICATE | static |
string | |
KESALAHAN_INTERNAL | static |
string | |
INVALID_APP_NAME | static |
string | |
OPSI_APP_TIDAK_VALID | static |
string | |
INVALID_ARGUMENT | static |
string | |
KREDENSIAL_TIDAK_VALID | static |
string | |
KESALAHAN_JARINGAN | static |
string | |
NETWORK_TIMEOUT | static |
string | |
NO_APP | static |
string | |
UNABLE_TO_PARSE_RESPONSE | static |
string |
AppErrorCodes.APP_DELETED
Tanda Tangan:
static APP_DELETED: string;
AppErrorCodes.DUPLICATE_APP
Tanda Tangan:
static DUPLICATE_APP: string;
AppErrorCodes.INTERNAL_ERROR
Tanda Tangan:
static INTERNAL_ERROR: string;
AppErrorCodes.INVALID_APP_NAME
Tanda Tangan:
static INVALID_APP_NAME: string;
AppErrorCodes.INVALID_APP_OPTIONS
Tanda Tangan:
static INVALID_APP_OPTIONS: string;
AppErrorCodes.INVALID_ARGUMENT
Tanda Tangan:
static INVALID_ARGUMENT: string;
AppErrorCodes.INVALID_CREDENTIAL
Tanda Tangan:
static INVALID_CREDENTIAL: string;
AppErrorCodes.NETWORK_ERROR
Tanda Tangan:
static NETWORK_ERROR: string;
AppErrorCodes.NETWORK_TIMEOUT
Tanda Tangan:
static NETWORK_TIMEOUT: string;
AppErrorCodes.NO_APP
Tanda Tangan:
static NO_APP: string;
AppErrorCodes.UNABLE_TO_PARSE_RESPONSE
Tanda Tangan:
static UNABLE_TO_PARSE_RESPONSE: string;