InstallationsClientErrorCode class

Firma:

export declare class InstallationsClientErrorCode 

Propiedades

Propiedad Teclas modificadoras Tipo Descripción
ERROR_API static { código: string; mensaje: string; }
NO VÁLIDO static { código: string; mensaje: string; }
INVALID_INSTALLATION_ID static { código: string; mensaje: string; }
INVALID_PROJECT_ID static { código: string; mensaje: string; }

InstallationsClientErrorCode.API_ERROR

Firma:

static API_ERROR: {
        code: string;
        message: string;
    };

InstallationsClientErrorCode.INVALID_ATTRIBUTE

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;
    };