InstallationsClientErrorCode class

Chữ ký:

export declare class InstallationsClientErrorCode 

Thuộc tính

Tài sản Công cụ sửa đổi Loại Mô tả
Lỗi_API static { mã: string; thông báo: chuỗi; }
INVALID_ARGUMENT static { mã: string; thông báo: chuỗi; }
INVALID_INSTALLATION_ID static { mã: string; thông báo: chuỗi; }
INVALID_PROJECT_ID static { mã: string; thông báo: chuỗi; }

Cài đặtClientErrorCode.API_ERROR

Chữ ký:

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

Cài đặtClientErrorCode.INVALID_ARGUMENT

Chữ ký:

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

Cài đặtClientErrorCode.INVALID_INSTALLATION_ID

Chữ ký:

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

Cài đặtClientErrorCode.INVALID_PROJECT_ID

Chữ ký:

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