InstallationsClientErrorCode class

서명:

export declare class InstallationsClientErrorCode 

속성

속성 특수키 유형 설명
API_오류 static { 코드: 문자열; 메시지: 문자열; }
잘못된_문자열 static { 코드: 문자열; 메시지: 문자열; }
잘못된 설치_ID static { 코드: 문자열; 메시지: 문자열; }
잘못된_프로젝트_ID static { 코드: 문자열; 메시지: 문자열; }

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;
    };