Códigos de erro do cliente do app e as mensagens padrão deles
Assinatura:
export declare class AppErrorCodes
Propriedades
Propriedade | Modificadores | Tipo | Descrição |
---|---|---|---|
APP_EXCLUÍDO | static |
string | |
DUPLICATE_APP | static |
string | |
INTERNO_ERRO | static |
string | |
INVALID_APP_NAME | static |
string | |
INVALID_APP_OPTIONS (em inglês) | static |
string | |
INVALID_MCC (link em inglês) | static |
string | |
INVALID_CREDENTIAL (link em inglês) | static |
string | |
ERRO_DE_REDE | static |
string | |
TEMPO_LIMITE_DE_REDE | static |
string | |
SEM_APP | static |
string | |
UNABLE_TO_PARSE_RESPONSE (em inglês) | static |
string |
AppErrorCodes.APP_DELETED
Assinatura:
static APP_DELETED: string;
AppErrorCodes.DUPLICATE_APP
Assinatura:
static DUPLICATE_APP: string;
AppErrorCodes.INTERNAL_ERROR
Assinatura:
static INTERNAL_ERROR: string;
AppErrorCodes.INVALID_APP_NAME
Assinatura:
static INVALID_APP_NAME: string;
AppErrorCodes.INVALID_APP_OPTIONS
Assinatura:
static INVALID_APP_OPTIONS: string;
AppErrorCodes.INVALID_MCC
Assinatura:
static INVALID_ARGUMENT: string;
AppErrorCodes.INVALID_CREDENTIAL
Assinatura:
static INVALID_CREDENTIAL: string;
AppErrorCodes.NETWORK_ERROR
Assinatura:
static NETWORK_ERROR: string;
AppErrorCodes.NETWORK_TIMEOUT
Assinatura:
static NETWORK_TIMEOUT: string;
AppErrorCodes.NO_APP
Assinatura:
static NO_APP: string;
AppErrorCodes.UNABLE_TO_PARSE_RESPONSE
Assinatura:
static UNABLE_TO_PARSE_RESPONSE: string;