Códigos de error del cliente de la app y sus mensajes predeterminados
Firma:
export declare class AppErrorCodes
Propiedades
Propiedad | Teclas modificadoras | Tipo | Descripción |
---|---|---|---|
BORRADO DE APLICACIÓN | static |
string | |
APLICACIÓN_DUPLICA | static |
string | |
ERROR_INTERNO | static |
string | |
INVALID_APP_NAME | static |
string | |
INVALID_APP_OPTIONS | static |
string | |
INVALID_ARGUMENT | static |
string | |
INVALID_CREDENTIAL | static |
string | |
ERROR DE RED | static |
string | |
NETWORK_TIMEOUT | static |
string | |
SIN_APLICACIÓN | static |
string | |
UNABLE_TO_PARSE_RESPONSE | static |
string |
AppErrorCodes.APP_DELETED
Firma:
static APP_DELETED: string;
AppErrorCodes.DUPLICATE_APP
Firma:
static DUPLICATE_APP: string;
AppErrorCodes.INTERNAL_ERROR
Firma:
static INTERNAL_ERROR: string;
AppErrorCodes.INVALID_APP_NAME
Firma:
static INVALID_APP_NAME: string;
AppErrorCodes.INVALID_APP_OPTIONS
Firma:
static INVALID_APP_OPTIONS: string;
AppErrorCodes.INVALID_ARGUMENT
Firma:
static INVALID_ARGUMENT: string;
AppErrorCodes.INVALID_CREDENTIAL
Firma:
static INVALID_CREDENTIAL: string;
AppErrorCodes.NETWORK_ERROR
Firma:
static NETWORK_ERROR: string;
AppErrorCodes.NETWORK_TIMEOUT
Firma:
static NETWORK_TIMEOUT: string;
AppErrorCodes.NO_APP
Firma:
static NO_APP: string;
AppErrorCodes.UNABLE_TO_PARSE_RESPONSE
Firma:
static UNABLE_TO_PARSE_RESPONSE: string;