应用客户端错误代码及其默认消息。
签名:
export declare class AppErrorCodes
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
APP_DELETED | static |
字符串 | |
DUPLICATE_APP | static |
字符串 | |
INTERNAL_ERROR | static |
字符串 | |
INVALID_APP_NAME | static |
字符串 | |
无效应用 | static |
字符串 | |
INVALID_ARGUMENT | 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(应用错误代码.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_ARGUMENT
签名:
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;