AppErrorCodes class

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

서명:

export declare class AppErrorCodes 

속성

속성 특수키 유형 설명
APP_DELETED) static 문자열
중복_앱 static 문자열
내부 오류 static 문자열
잘못된 앱 이름 static 문자열
INVALID_APP_OPTIONS) static 문자열
INVALID_ARGUMENT static 문자열
잘못된_사용자 인증 정보 static 문자열
네트워크 오류 static 문자열
네트워크 시간 초과 static 문자열
앱 없음 static 문자열
UNABLE_TO_PARSE_응답 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_응답

서명:

static UNABLE_TO_PARSE_RESPONSE: string;