InstallationsClientErrorCode class

Assinatura:

export declare class InstallationsClientErrorCode 

Propriedades

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

InstalaçõesClientErrorCode.API_ERROR

Assinatura:

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

InstalaçõesClientErrorCode.INVALID_MCC

Assinatura:

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

InstalaçõesClientErrorCode.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;
    };