AppErrorCodes class

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
INTERNAL_ERROR static string
NAMA_APP_TIDAK_VALID static string
OPSI_APLIKASI_TIDAK_VALID static string
TIDAK VALID_ Posting static string
KREDENSIAL_TIDAK_VALID static string
NETWORK_ERROR static string
NETWORK_TIMEOUT static string
TIDAK_APLIKASI static string
UNABLE_TO_PARSE_RESPONSE static string

AppErrorCodes.APP_DELETE

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;