AppErrorCodes class

應用程式用戶端錯誤代碼和預設訊息。

簽名:

export declare class AppErrorCodes 

屬性

屬性 修飾符 類型 說明
APP_已刪除 static 字串
DUPLICATE_APP static 字串
內部錯誤 static 字串
INVALID_APP_NAME static 字串
INVALID_APP_OPTIONS static 字串
INVALID_src static 字串
INVALID_CREDENTIAL static 字串
NETWORK_ERROR static 字串
NETWORK_TIMEOUT static 字串
NO_APP static 字串
UNABLE_TO_PARSE_Response static 字串

AppErrorCodes.APP_DELETED

簽名:

static APP_DELETED: string;

AppErrorCodes.DUPLICATE_APP

簽名:

static DUPLICATE_APP: string;

AppErrorCodes.INTERNAL_ERROR

簽名:

static INTERNAL_ERROR: string;

AppErrorCodes.INVALID_APP_NAME

簽名:

static INVALID_APP_NAME: string;

AppErrorCodes.INVALID_APP_OPTIONS

簽名:

static INVALID_APP_OPTIONS: string;

AppErrorCodes.INVALID_src

簽名:

static INVALID_ARGUMENT: string;

AppErrorCodes.INVALID_CREDENTIAL

簽名:

static INVALID_CREDENTIAL: string;

AppErrorCodes.NETWORK_ERROR

簽名:

static NETWORK_ERROR: string;

AppErrorCodes.NETWORK_TIMEOUT

簽名:

static NETWORK_TIMEOUT: string;

AppErrorCodes.NO_APP

簽名:

static NO_APP: string;

AppErrorCodes.UNABLE_TO_PARSE_Response

簽名:

static UNABLE_TO_PARSE_RESPONSE: string;