AppErrorCodes class

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

İmza:

export declare class AppErrorCodes 

Özellikler

Özellik Değiştiriciler Tür Açıklama
UYGULAMA_SİLİNDİ static dize
DUPLICATE_APP static dize
DAHİLİ_HATA static dize
GEÇERSİZ_UYGULAMA_ADI static dize
GEÇERSİZ_UYGULAMA_SEÇENEKLERİ static dize
GEÇERSİZ_BAĞ_DEĞ_SAY static dize
GEÇERSİZ_MERKEZİ static dize
AĞ_HATASI static dize
NETWORK_TIMEOUT static dize
UYGULAMA YOK static dize
UNABLE_TO_PARSE_YANITI 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.GEÇERSİZ_BAĞ_DEĞİŞKEN

İ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_YANITI

İmza:

static UNABLE_TO_PARSE_RESPONSE: string;