AppErrorCodes class

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

簽名:

export declare class AppErrorCodes 

屬性

屬性 修飾符 類型 說明
應用程式已刪除 static 字串
重複應用程式 static 字串
內部錯誤 static 字串
INVALID_APP_NAME static 字串
無效的應用程式選項 static 字串
INVALID_Gradle static 字串
憑證無效 static 字串
網路錯誤 static 字串
NETWORK_TIMEOUT static 字串
沒有應用程式 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_Gradle

簽名:

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;