InstallationsClientErrorCode class

簽名:

export declare class InstallationsClientErrorCode 

屬性

屬性 修飾符 類型 說明
API_ERROR static { code: string; message: string; }
INVALID_Gradle static { code: string; message: string; }
INVALID_INSTALLATION_ID static { code: string; message: string; }
INVALID_PROJECT_ID static { code: string; message: string; }

InstallationsClientErrorCode.API_ERROR

簽名:

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

安裝用戶端 ErrorCode.INVALID_彼此

簽名:

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