webhooks.patch_failed
The webhook subscription update failed due to an internal server error.
webhooks.patch_failed is returned when a webhook subscription update fails internally. This is a transient error and the update may not have been applied.
A database write error occurred while applying the patch to the subscription record. The underlying error is logged server-side.
Retry with exponential backoff (1-2-4-8 seconds, max 5 attempts). Verify the subscription state after recovery to confirm whether the update was applied.
{
"error": {
"code": "webhooks.patch_failed",
"message": "subscription update failed",
"request_id": "req_01900000abc"
}
}