署名:
export declare class InstallationsClientErrorCode
プロパティ
プロパティ | 修飾キー | タイプ | 説明 |
---|---|---|---|
API_ERROR | static |
{ コード: 文字列;message: string;} | |
INVALID_ARGUMENT | static |
{ コード: 文字列;message: string;} | |
INVALID_INSTALLATION_ID(無効なインストール ID) | static |
{ コード: 文字列;message: string;} | |
INVALID_PROJECT_ID | static |
{ コード: 文字列;message: string;} |
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;
};