replay_delivery_not_retryable
Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.
| Code | Type | HTTP | Category |
|---|---|---|---|
replay_delivery_not_retryable | invalid_request_error | 422 | Webhooks |
Cause
Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.
What to do
Read the status of the delivery: replay applies to failed ones; for a successful delivery, read the event again instead.
Related
All Webhooks error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.