Push Notifications Status
Push notification Status | Description |
---|---|
SENT | The notification has been sent successfully. |
DEQUEUED | The notification has been dequeued.It is being prepared to send. |
AUTH_MISSING | The credential is not registered. |
EXHAUSTED | Retry limit exceeded. |
NOT_SENT | Notification could not be sent. |
BAD_DEVICE_TOKEN | The device token is invalid. |
BAD_PLATFORM | An invalid platform attempted to send a notification. |
AUTH_ERROR | The server encountered an error in the credential while trying to process the request. |
PAYLOAD_LIMIT_EXCEEDED | The message payload exceeds the limits. |
INVALID_MESSAGE | The notification contains invalid parameters. |
DEVICE_QUOTA_EXCEEDED | Too many notifications have been sent consecutively to the same device token. |
SERVER_UNAVAILABLE | The server could not process the request in time. |
SERVER_ERROR | The server encountered an error while trying to process the request. |
UNREGISTERED | The device token is unregistered or inactive. |
NOT_CONTEMPLATED_ERROR | There was an unexpected error, it is an unacknowledged error. |
MISMATCHED_TOKEN | The credential does not have the permission to send messages to the device token. |
INCOMPLETE | A personalized Push message has been sent but the placeholder information is empty . Remember, a personalized message is a message that includes placeholders (dynamic fields) such as "Name", "Phone Number", "Last Name", among others. |
Updated 6 days ago