MessagingClientErrorCode class

Kody błędów klienta czatu i ich domyślne komunikaty.

Podpis:

export declare class MessagingClientErrorCode 

Właściwości

Właściwość Modyfikatory Typ Opis
AUTHENTICATION_ERROR (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_TRANSMISJI_DANYCH_PAYLOAD static { code: string; message: string; }
NIEPRAWIDŁOWE_OPCJE static { code: string; message: string; }
NIEPRAWIDŁOWY_NAZWA_PAKIETU static { code: string; message: string; }
Nieprawidłowa_PAYLOAD static { code: string; message: string; }
NIEPRAWIDŁOWY_ODBIORC 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_REGISTERED 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 (nieznany błąd) static { code: string; message: string; }

MessagingClientErrorCode.AUTHENTICATION_ERROR

Podpis:

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

MessagingClientErrorCode.DEVICE_MESSAGE_RATE_EXCEEDED

Podpis:

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

MessagingClientErrorCode.INTERNAL_ERROR

Podpis:

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

MessagingClientErrorCode.INVALID_ARGUMENT

Podpis:

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

MessagingClientErrorCode.INVALID_DATA_PAYLOAD_KEY

Podpis:

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

MessagingClientErrorCode.INVALID_OPTIONS

Podpis:

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

MessagingClientErrorCode.INVALID_PACKAGE_NAME

Podpis:

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

MessagingClientErrorCode.INVALID_PAYLOAD

Podpis:

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

MessagingClientErrorCode.INVALID_RECIPIENT

Podpis:

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

MessagingClientErrorCode.INVALID_REGISTRATION_TOKEN

Podpis:

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

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_REGISTERED

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;
    };

MessagingClientErrorCode.TOO_MANY_TOPICS

Podpis:

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

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;
    };