Firma:
export declare class InstallationsClientErrorCode
Propiedades
Propiedad | Teclas modificadoras | Tipo | Descripción |
---|---|---|---|
ERROR DE API | static |
{código: cadena; mensaje: string; }. | |
INVALID_ARGUMENT | static |
{código: cadena; mensaje: string; }. | |
INVALID_INSTALLATION_ID | static |
{código: cadena; mensaje: string; }. | |
INVALID_PROJECT_ID | static |
{código: cadena; mensaje: string; }. |
InstallationsClientErrorCode.API_ERROR
Firma:
static API_ERROR: {
code: string;
message: string;
};
InstallationsClientErrorCode.INVALID_ARGUMENT
Firma:
static INVALID_ARGUMENT: {
code: string;
message: string;
};
InstallationsClientErrorCode.INVALID_INSTALLATION_ID
Firma:
static INVALID_INSTALLATION_ID: {
code: string;
message: string;
};
InstallationsClientErrorCode.INVALID_PROJECT_ID.
Firma:
static INVALID_PROJECT_ID: {
code: string;
message: string;
};