InstallationsClientErrorCode class

서명:

export declare class InstallationsClientErrorCode 

속성

속성 특수키 유형 설명
API_ERROR static { 코드: 문자열; message: string; }
INVALID_ARGUMENT static { 코드: 문자열; message: string; }
INVALID_INSTALLATION_ID(잘못된 설치 ID) static { 코드: 문자열; message: string; }
INVALID_PROJECT_ID static { 코드: 문자열; message: string; }

InstallationsClientErrorCode.API_ERROR

서명:

static API_ERROR: {
        code: string;
        message: string;
    };

InstallationsClientErrorCode.INVALID_ARGUMENT

서명:

static INVALID_ARGUMENT: {
        code: string;
        message: string;
    };

InstallationsClientErrorCode.INVALID_INSTALLATION_ID

서명:

static INVALID_INSTALLATION_ID: {
        code: string;
        message: string;
    };

InstallationsClientErrorCode.INVALID_PROJECT_ID

서명:

static INVALID_PROJECT_ID: {
        code: string;
        message: string;
    };