webhooks.create_failed
The webhook subscription create failed due to an internal server error.
webhooks.create_failed is returned when the webhook subscription create handler fails to write the subscription record to the database. This is a transient internal error.
A database write error occurred during subscription creation. The underlying error is logged server-side.
Retry with exponential backoff using the same Idempotency-Key and request body. If the first attempt succeeded before returning this error, the idempotency cache will return the original response.
{
"error": {
"code": "webhooks.create_failed",
"message": "subscription create failed",
"request_id": "req_01900000abc"
}
}