簽名:
export declare class InstallationsClientErrorCode
屬性
屬性 | 修飾符 | 類型 | 說明 |
---|---|---|---|
API 錯誤 | static |
{ 代碼:字串;message:字串;} | |
INVALID_src | static |
{ 代碼:字串;message:字串;} | |
INVALID_INSTALLATION_ID | static |
{ 代碼:字串;message:字串;} | |
INVALID_PROJECT_ID | static |
{ 代碼:字串;message:字串;} |
InstallationsClientErrorCode.API_ERROR
簽名:
static API_ERROR: {
code: string;
message: string;
};
InstallationsClientErrorCode.INVALID_src
簽名:
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;
};