Notification cannot be replayed
You're attempting to replay a notification that's not delivered
or failed
.
Error Message | Notification %s cannot be replayed because it's not `delivered` or `failed`. |
Error Code | notification_cannot_replay |
Status Code | 400 |
Common causes
You're trying to replay a notification that's still in flight. A notification must be in either the
delivered or
failed` state to be replayed.
Solutions
Wait for the notification to be in a state of
delivered
orfailed
and try again.