TTMSFNCWebPushNotificationErrorEvent Event Type
Fires when the push service rejects a notification for a recipient, letting the handler decide whether the failed subscription is removed.
API unit family: TMS.TMSFNCWebPushSender
Parameters
| Name | Description |
|---|---|
Sender |
Component that raised the event. |
AResponseCode |
HTTP status code returned by the push service. |
AResponse |
Response body or message returned by the push service. |
AEndpoint |
Push service endpoint of the recipient. |
APayload |
Serialized payload that failed to send. |
AUserID |
Identifier of the target user, when known. |
ABrowserID |
Identifier of the target browser, when known. |
ADelete |
When True, the subscription is deleted from the attached store. Preset to True for gone or not-found responses; the handler may override it. |