AppErrorCodes class

앱 클라이언트 오류 코드 및 기본 메시지

서명:

export declare class AppErrorCodes 

속성

속성 특수키 유형 설명
APP_DELETED static 문자열
앱 복사 static 문자열
내부용_오류 static 문자열
잘못된_앱_이름 static 문자열
잘못된_앱_옵션 static 문자열
잘못된_문자열 static 문자열
잘못된_사용자 인증 정보 static 문자열
네트워크 오류 static 문자열
네트워크 시간 초과 static 문자열
NO_APP static 문자열
UNABLE_TO_PARSE_Respond 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_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_Respond

서명:

static UNABLE_TO_PARSE_RESPONSE: string;