메시지 클라이언트 오류 코드 및 기본 메시지입니다.
서명:
export declare class MessagingClientErrorCode
속성
속성 | 특수키 | 유형 | 설명 |
---|---|---|---|
인증_오류 | static |
{ 코드: 문자열; message: string; } | |
DEVICE_MESSAGE_RATE_EXCEEDED | static |
{ 코드: 문자열; message: string; } | |
내부 오류 | static |
{ 코드: 문자열; message: string; } | |
INVALID_ARGUMENT가 | static |
{ 코드: 문자열; message: string; } | |
INVALID_DATA_PAYLOAD_KEY | static |
{ 코드: 문자열; message: string; } | |
잘못된 옵션 | static |
{ 코드: 문자열; message: string; } | |
INVALID_PACKAGE_NAME | static |
{ 코드: 문자열; message: string; } | |
INVALID_PAYLOAD | static |
{ 코드: 문자열; message: string; } | |
잘못된_수신자 | static |
{ 코드: 문자열; message: string; } | |
INVALID_REGISTRATION_TOKEN | static |
{ 코드: 문자열; message: string; } | |
MESSAGE_RATE_EXCEEDED | static |
{ 코드: 문자열; message: string; } | |
신뢰할 수 없음 | static |
{ 코드: 문자열; message: string; } | |
PAYLOAD_SIZE_LIMIT_EXCEEDED | static |
{ 코드: 문자열; message: string; } | |
REGISTRATION_TOKEN_NOT_REGISTERED(등록되지 않음) | static |
{ 코드: 문자열; message: string; } | |
SERVER_UNAVAILABLE로 이동합니다. | static |
{ 코드: 문자열; message: string; } | |
타사 인증 오류 | static |
{ 코드: 문자열; message: string; } | |
너무_많은_주제 | static |
{ 코드: 문자열; message: string; } | |
TOPICS_MESSAGE_RATE_EXCEEDED | static |
{ 코드: 문자열; message: string; } | |
UNKNOWN_ERROR(알 수 없는 오류) | static |
{ 코드: 문자열; message: string; } |
MessagingClientErrorCode.AUTHENTICATION_ERROR
서명:
static AUTHENTICATION_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.DEVICE_MESSAGE_RATE_EXCEEDED
서명:
static DEVICE_MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.INTERNAL_ERROR
서명:
static INTERNAL_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_ARGUMENT
서명:
static INVALID_ARGUMENT: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_DATA_PAYLOAD_KEY
서명:
static INVALID_DATA_PAYLOAD_KEY: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_OPTIONS
서명:
static INVALID_OPTIONS: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_PACKAGE_NAME
서명:
static INVALID_PACKAGE_NAME: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_PAYLOAD
서명:
static INVALID_PAYLOAD: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_RECIPIENT
서명:
static INVALID_RECIPIENT: {
code: string;
message: string;
};
MessagingClientErrorCode.INVALID_REGISTRATION_TOKEN
서명:
static INVALID_REGISTRATION_TOKEN: {
code: string;
message: string;
};
MessagingClientErrorCode.MESSAGE_RATE_EXCEEDED
서명:
static MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.MISMATCHED_CREDENTIAL
서명:
static MISMATCHED_CREDENTIAL: {
code: string;
message: string;
};
MessagingClientErrorCode.PAYLOAD_SIZE_LIMIT_EXCEEDED
서명:
static PAYLOAD_SIZE_LIMIT_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.REGISTRATION_TOKEN_NOT_REGISTERED
서명:
static REGISTRATION_TOKEN_NOT_REGISTERED: {
code: string;
message: string;
};
MessagingClientErrorCode.SERVER_UNAVAILABLE
서명:
static SERVER_UNAVAILABLE: {
code: string;
message: string;
};
MessagingClientErrorCode.THIRD_PARTY_AUTH_ERROR
서명:
static THIRD_PARTY_AUTH_ERROR: {
code: string;
message: string;
};
MessagingClientErrorCode.TOO_MANY_TOPICS
서명:
static TOO_MANY_TOPICS: {
code: string;
message: string;
};
MessagingClientErrorCode.TOPICS_MESSAGE_RATE_EXCEEDED
서명:
static TOPICS_MESSAGE_RATE_EXCEEDED: {
code: string;
message: string;
};
MessagingClientErrorCode.UNKNOWN_ERROR
서명:
static UNKNOWN_ERROR: {
code: string;
message: string;
};