InstallationsClientErrorCode class

ลายเซ็น:

export declare class InstallationsClientErrorCode 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ คีย์ตัวปรับแต่ง ประเภท คำอธิบาย
ข้อผิดพลาด API static { code: string; message: string; }
ค่าธรรมเนียมไม่ถูกต้อง static { code: string; message: string; }
รหัสการติดตั้งไม่ถูกต้อง static { code: string; message: string; }
รหัสโปรเจ็กต์ไม่ถูกต้อง static { code: string; message: string; }

INSTALLsClientErrorCode.API_ERROR

ลายเซ็น:

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

การติดตั้งไคลเอ็นต์ErrorCode INVALID_ARGUMENT

ลายเซ็น:

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

INSTALLsClientErrorCode.INVALID_INSTALLATION_ID

ลายเซ็น:

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

InstallsClientErrorCode INVALID_PROJECT_ID

ลายเซ็น:

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