InstallationsClientErrorCode class

署名:

export declare class InstallationsClientErrorCode 

プロパティ

プロパティ 修飾キー タイプ 説明
API エラー static { コード: 文字列; メッセージ: 文字列; }
INVALID_ARGUMENT 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;
    };