Messaging client error codes and their default messages.
Signature:
export declare class MessagingClientErrorCode
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
AUTHENTICATION_ERROR | static |
{ code: string; message: string; } | |
DEVICE_MESSAGE_RATE_EXCEEDED | static |
{ code: string; message: string; } | |
INTERNAL_ERROR | static |
{ code: string; message: string; } | |
INVALID_ARGUMENT | static |
{ code: string; message: string; } | |
INVALID_DATA_PAYLOAD_KEY | static |
{ code: string; message: string; } | |
INVALID_OPTIONS | static |
{ code: string; message: string; } | |
INVALID_PACKAGE_NAME | static |
{ code: string; message: string; } | |
INVALID_PAYLOAD | static |
{ code: string; message: string; } | |
INVALID_RECIPIENT | static |
{ code: string; message: string; } | |
INVALID_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; } | |
SERVER_UNAVAILABLE | 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
Signature:
static AUTHENTICATION_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.DEVICE_MESSAGE_RATE_EXCEEDED
Signature:
static DEVICE_MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.INTERNAL_ERROR
Signature:
static INTERNAL_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_ARGUMENT
Signature:
static INVALID_ARGUMENT: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_DATA_PAYLOAD_KEY
Signature:
static INVALID_DATA_PAYLOAD_KEY: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_OPTIONS
Signature:
static INVALID_OPTIONS: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_PACKAGE_NAME
Signature:
static INVALID_PACKAGE_NAME: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_PAYLOAD
Signature:
static INVALID_PAYLOAD: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_RECIPIENT
Signature:
static INVALID_RECIPIENT: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_REGISTRATION_TOKEN
Signature:
static INVALID_REGISTRATION_TOKEN: {
code: string;
message: string;
};
MessagingClientErrorCode.MESSAGE_RATE_EXCEEDED
Signature:
static MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.MISMATCHED_CREDENTIAL
Signature:
static MISMATCHED_CREDENTIAL: {
code: string;
message: string;
};
MessagingClientErrorCode.PAYLOAD_SIZE_LIMIT_EXCEEDED
Signature:
static PAYLOAD_SIZE_LIMIT_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.REGISTRATION_TOKEN_NOT_REGISTERED
Signature:
static REGISTRATION_TOKEN_NOT_REGISTERED: {
code: string;
message: string;
};
MessagingClientErrorCode.SERVER_UNAVAILABLE
Signature:
static SERVER_UNAVAILABLE: {
code: string;
message: string;
};
MessagingClientErrorCode.THIRD_PARTY_AUTH_ERROR
Signature:
static THIRD_PARTY_AUTH_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.TOO_MANY_TOPICS
Signature:
static TOO_MANY_TOPICS: {
code: string;
message: string;
};
MessagingClientErrorCode.TOPICS_MESSAGE_RATE_EXCEEDED
Signature:
static TOPICS_MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.UNKNOWN_ERROR
Signature:
static UNKNOWN_ERROR: {
code: string;
message: string;
};