Podpis:
export declare class InstallationsClientErrorCode
Właściwości
Właściwość | Modyfikatory | Typ | Opis |
---|---|---|---|
API_ERROR (BŁĄD_API) | static |
{ code: string; message: string; | |
NIEPRAWIDŁOWY_ARG | static |
{ code: string; message: string; | |
NIEPRAWIDŁOWY_IDENTYFIKATOR_INSTALACJI | static |
{ code: string; message: string; | |
NIEPRAWIDŁOWY_IDENTYFIKATOR_PROJEKTU | static |
{ code: string; message: string; |
installsClientErrorCode.API_ERROR
Podpis:
static API_ERROR: {
code: string;
message: string;
};
installsClientErrorCode.Nieprawidłowy_ARG
Podpis:
static INVALID_ARGUMENT: {
code: string;
message: string;
};
installsClientErrorCode.NIEPRAWIDŁOWY_IDENTYFIKATOR_INSTALACJI
Podpis:
static INVALID_INSTALLATION_ID: {
code: string;
message: string;
};
installsClientErrorCode.NIEPRAWIDŁOWY_IDENTYFIKATOR_PROJEKTU
Podpis:
static INVALID_PROJECT_ID: {
code: string;
message: string;
};