MessagingClientErrorCode class

Messaging client error codes and their default messages.

Signature:

exportdeclareclassMessagingClientErrorCode

Properties

PropertyModifiersTypeDescription
AUTHENTICATION_ERRORstatic{ code: string; message: string; }
DEVICE_MESSAGE_RATE_EXCEEDEDstatic{ code: string; message: string; }
INTERNAL_ERRORstatic{ code: string; message: string; }
INVALID_ARGUMENTstatic{ code: string; message: string; }
INVALID_DATA_PAYLOAD_KEYstatic{ code: string; message: string; }
INVALID_OPTIONSstatic{ code: string; message: string; }
INVALID_PACKAGE_NAMEstatic{ code: string; message: string; }
INVALID_PAYLOADstatic{ code: string; message: string; }
INVALID_RECIPIENTstatic{ code: string; message: string; }
INVALID_REGISTRATION_TOKENstatic{ code: string; message: string; }
MESSAGE_RATE_EXCEEDEDstatic{ code: string; message: string; }
MISMATCHED_CREDENTIALstatic{ code: string; message: string; }
PAYLOAD_SIZE_LIMIT_EXCEEDEDstatic{ code: string; message: string; }
REGISTRATION_TOKEN_NOT_REGISTEREDstatic{ code: string; message: string; }
SERVER_UNAVAILABLEstatic{ code: string; message: string; }
THIRD_PARTY_AUTH_ERRORstatic{ code: string; message: string; }
TOO_MANY_TOPICSstatic{ code: string; message: string; }
TOPICS_MESSAGE_RATE_EXCEEDEDstatic{ code: string; message: string; }
UNKNOWN_ERRORstatic{ code: string; message: string; }

MessagingClientErrorCode.AUTHENTICATION_ERROR

Signature:

staticAUTHENTICATION_ERROR:{code:string;message:string;};

MessagingClientErrorCode.DEVICE_MESSAGE_RATE_EXCEEDED

Signature:

staticDEVICE_MESSAGE_RATE_EXCEEDED:{code:string;message:string;};

MessagingClientErrorCode.INTERNAL_ERROR

Signature:

staticINTERNAL_ERROR:{code:string;message:string;};

MessagingClientErrorCode.INVALID_ARGUMENT

Signature:

staticINVALID_ARGUMENT:{code:string;message:string;};

MessagingClientErrorCode.INVALID_DATA_PAYLOAD_KEY

Signature:

staticINVALID_DATA_PAYLOAD_KEY:{code:string;message:string;};

MessagingClientErrorCode.INVALID_OPTIONS

Signature:

staticINVALID_OPTIONS:{code:string;message:string;};

MessagingClientErrorCode.INVALID_PACKAGE_NAME

Signature:

staticINVALID_PACKAGE_NAME:{code:string;message:string;};

MessagingClientErrorCode.INVALID_PAYLOAD

Signature:

staticINVALID_PAYLOAD:{code:string;message:string;};

MessagingClientErrorCode.INVALID_RECIPIENT

Signature:

staticINVALID_RECIPIENT:{code:string;message:string;};

MessagingClientErrorCode.INVALID_REGISTRATION_TOKEN

Signature:

staticINVALID_REGISTRATION_TOKEN:{code:string;message:string;};

MessagingClientErrorCode.MESSAGE_RATE_EXCEEDED

Signature:

staticMESSAGE_RATE_EXCEEDED:{code:string;message:string;};

MessagingClientErrorCode.MISMATCHED_CREDENTIAL

Signature:

staticMISMATCHED_CREDENTIAL:{code:string;message:string;};

MessagingClientErrorCode.PAYLOAD_SIZE_LIMIT_EXCEEDED

Signature:

staticPAYLOAD_SIZE_LIMIT_EXCEEDED:{code:string;message:string;};

MessagingClientErrorCode.REGISTRATION_TOKEN_NOT_REGISTERED

Signature:

staticREGISTRATION_TOKEN_NOT_REGISTERED:{code:string;message:string;};

MessagingClientErrorCode.SERVER_UNAVAILABLE

Signature:

staticSERVER_UNAVAILABLE:{code:string;message:string;};

MessagingClientErrorCode.THIRD_PARTY_AUTH_ERROR

Signature:

staticTHIRD_PARTY_AUTH_ERROR:{code:string;message:string;};

MessagingClientErrorCode.TOO_MANY_TOPICS

Signature:

staticTOO_MANY_TOPICS:{code:string;message:string;};

MessagingClientErrorCode.TOPICS_MESSAGE_RATE_EXCEEDED

Signature:

staticTOPICS_MESSAGE_RATE_EXCEEDED:{code:string;message:string;};

MessagingClientErrorCode.UNKNOWN_ERROR

Signature:

staticUNKNOWN_ERROR:{code:string;message:string;};