AppErrorCodes class

应用客户端错误代码及其默认消息。

签名

export declare class AppErrorCodes 

属性

属性 修饰符 类型 说明
APP_DELETED static string
DUPLICATE_APP static string
内部错误 static string
INVALID_APP_NAME static string
INVALID_APP_OPTIONS static string
INVALID_ARGUMENT static string
无效 CREDENTIAL static string
网络错误 static string
NETWORK_TIMEOUT static string
无应用 static string
UNABLE_TO_PARSE_响应 static string

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_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_响应

签名

static UNABLE_TO_PARSE_RESPONSE: string;