AppErrorCodes class

Uygulama istemcisi hata kodları ve varsayılan mesajları.

İmza:

export declare class AppErrorCodes 

Özellikler

Özellik Değiştiriciler Tür Açıklama
APP_DELETED static dize
DUPLICATE_APP static dize
DAHİLİ_HATA static dize
INVALID_APP_NAME static dize
INVALID_APP_OPTIONS static dize
INVALID_ARGUMENT static dize
GEÇERSİZ_KREDİ static dize
NETWORK_ERROR static dize
NETWORK_TIMEOUT static dize
UYGULAMA_YOK static dize
UNABLE_TO_PARSE_RESPONSE static dize

AppErrorCodes.APP_DELETED

İmza:

static APP_DELETED: string;

AppErrorCodes.DUPLICATE_APP

İmza:

static DUPLICATE_APP: string;

AppErrorCodes.INTERNAL_ERROR

İmza:

static INTERNAL_ERROR: string;

AppErrorCodes.INVALID_APP_NAME

İmza:

static INVALID_APP_NAME: string;

AppErrorCodes.INVALID_APP_OPTIONS

İmza:

static INVALID_APP_OPTIONS: string;

AppErrorCodes.INVALID_ARGUMENT

İmza:

static INVALID_ARGUMENT: string;

AppErrorCodes.INVALID_CREDENTIAL

İmza:

static INVALID_CREDENTIAL: string;

AppErrorCodes.NETWORK_ERROR

İmza:

static NETWORK_ERROR: string;

AppErrorCodes.NETWORK_TIMEOUT

İmza:

static NETWORK_TIMEOUT: string;

AppErrorCodes.NO_APP

İmza:

static NO_APP: string;

AppErrorCodes.UNABLE_TO_PARSE_RESPONSE

İmza:

static UNABLE_TO_PARSE_RESPONSE: string;