InstallationsClientErrorCode class

签名

export declare class InstallationsClientErrorCode 

属性

属性 修饰符 类型 说明
API_ERROR static { code: string;message:字符串;}
INVALID_ARGUMENT static { code: string;message:字符串;}
INVALID_INSTALLATION_ID static { code: string;message:字符串;}
INVALID_PROJECT_ID static { code: string;message:字符串;}

安装客户端错误代码.API_ERROR

签名

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

安装客户端错误代码.INVALID_ARGUMENT

签名

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

安装客户端错误代码.INVALID_INSTALLATION_ID

签名

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

安装客户端错误代码.INVALID_PROJECT_ID

签名

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