MessagingClientErrorCode class

訊息用戶端錯誤代碼和預設訊息。

簽名:

export declare class MessagingClientErrorCode 

屬性

屬性 修飾符 類型 說明
驗證錯誤 static { code: string; message: string; }
裝置訊息:RATE_EXCEEDED static { code: string; message: string; }
內部錯誤 static { code: string; message: string; }
INVALID_Gradle static { code: string; message: string; }
INVALID_DATA_PAYLOAD_KEY static { code: string; message: string; }
無效選項 static { code: string; message: string; }
INVALID_PACKAGE_NAME static { code: string; message: string; }
INVALID_PAYLOAD static { code: string; message: string; }
無效收件者 static { code: string; message: string; }
無效回應 static { code: string; message: string; }
MESSAGE_RATE_EXCEEDED static { code: string; message: string; }
憑證 static { code: string; message: string; }
PAYLOAD_SIZE_LIMIT_EXCEEDED static { code: string; message: string; }
拒絕 static { code: string; message: string; }
SERVER_UNAVAILABLE static { code: string; message: string; }
THIRD_PARTY_AUTH_ERROR static { code: string; message: string; }
TOO_MANY_主題 S static { code: string; message: string; }
主題訊息_MESSAGE_RATE_EXCEEDED static { code: string; message: string; }
UNKNOWN_ERROR static { code: string; 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_GIVEN

簽名:

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