InstallationsClientErrorCode class

Assinatura:

export declare class InstallationsClientErrorCode 

Propriedades

Propriedade Modificadores Tipo Descrição
ERRO_DA_API static { code: string; message: string; }
INVALID_ARGUMENT static { code: string; message: string; }
INVALID_INSTALLATION_ID (link em inglês) static { code: string; message: string; }
INVALID_PROJECT_ID (link em inglês) static { code: string; message: string; }

InstallsClientErrorCode.API_ERROR

Assinatura:

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

InstallsClientErrorCode.INVALID_ARGUMENT

Assinatura:

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

InstallsClientErrorCode.INVALID_INSTALLATION_ID

Assinatura:

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

InstalaçõesClientErrorCode.INVALID_PROJECT_ID

Assinatura:

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