MessagingClientErrorCode class

Kody błędów klientów aplikacji do obsługi wiadomości i ich komunikaty domyślne.

Podpis:

export declare class MessagingClientErrorCode 

Właściwości

Właściwość Modyfikatory Typ Opis
BŁĄD_UWIERZYTELNIANIA static { code: string; message: string;
DEVICE_MESSAGE_RATE_EXCEEDED static { code: string; message: string;
BŁĄD_WEWNĘTRZNY static { code: string; message: string;
NIEPRAWIDŁOWY_ARG static { code: string; message: string;
NIEPRAWIDŁOWY_KLUCZ_PAYLOAD_DATA static { code: string; message: string;
NIEPRAWIDŁOWE OPCJE static { code: string; message: string;
Nieprawidłowy_PACKAGE_NAME static { code: string; message: string;
NIEPRAWIDŁOWY_ROZPŁATNOŚĆ static { code: string; message: string;
NIEPRAWIDŁOWY_ODBIORCY static { code: string; message: string;
NIEPRAWIDŁOWY_TOKEN_REGISTRATION_TOKEN static { code: string; message: string;
MESSAGE_RATE_EXCEEDED static { code: string; message: string;
MISMATCHED_CREDENTIAL static { code: string; message: string;
PAYLOAD_SIZE_LIMIT_EXCEEDED static { code: string; message: string;
REGISTRATION_TOKEN_NOT_ZAREJESTROWANO static { code: string; message: string;
SERWER_NIEDOSTĘPNY static { code: string; message: string;
THIRD_PARTY_AUTH_ERROR static { code: string; message: string;
TOO_MANY_TOPICS static { code: string; message: string;
TOPICS_MESSAGE_RATE_EXCEEDED static { code: string; message: string;
UNKNOWN_ERROR static { code: string; message: string;

MessagingClientErrorCode.AUTHENTICATION_ERROR

Podpis:

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

Kod błędu MessagingClientErrorCode.DEVICE_MESSAGE_RATE_EXCEEDED

Podpis:

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

MessagingClientErrorCode.BŁĄD_WEWNĘTRZNY

Podpis:

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

Kod błędu MessagingClient.NIEPRAWIDŁOWY

Podpis:

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

MessagingClientErrorCode.NIEPRAWIDŁOWY_DANE_PAYLOAD_KEY

Podpis:

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

MessagingClientErrorCode.NIEPRAWIDŁOWE_OPCJE

Podpis:

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

Kod błędu MessagingClientErrorCode.NIEPRAWIDŁOWY_PAKIET_NAME

Podpis:

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

Kod błędu MessagingClientErrorCode.NIEPRAWIDŁOWY_FORMAT_PAYLOAD

Podpis:

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

Kod błędu klienta MessagingClient.NIEPRAWIDŁOWY_

Podpis:

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

MessagingClientErrorCode.NIEPRAWIDŁOWY_TOKEN_REGISTRATION_TOKEN

Podpis:

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

Kod błędu MessagingClientErrorCode.MESSAGE_RATE_EXCEEDED

Podpis:

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

MessagingClientErrorCode.MISMATCHED_CREDENTIAL

Podpis:

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

MessagingClientErrorCode.PAYLOAD_SIZE_LIMIT_EXCEEDED

Podpis:

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

MessagingClientErrorCode.REGISTRATION_TOKEN_NOT_ZAREJESTROWANY

Podpis:

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

MessagingClientErrorCode.SERVER_UNAVAILABLE

Podpis:

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

MessagingClientErrorCode.THIRD_PARTY_AUTH_ERROR

Podpis:

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

Kod błędu MessagingClient.TOO_MANY_TOPICS

Podpis:

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

Kod błędu MessagingClientErrorCode.TOPICS_MESSAGE_RATE_EXCEEDED

Podpis:

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

MessagingClientErrorCode.UNKNOWN_ERROR

Podpis:

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