webhooks.rotate_secret_failed
The webhook signing secret rotation failed due to an internal server error.
webhooks.rotate_secret_failed is returned when the secret rotation operation fails internally. Since the rotation is not idempotent (each call generates a new secret), do not assume the secret was changed until a successful response is received.
A database write error occurred while updating the encrypted signing secret. The underlying error is logged server-side.
Retry with exponential backoff. Do not update your receiver's verification secret until you receive a successful 200 response with the new secret value.
{
"error": {
"code": "webhooks.rotate_secret_failed",
"message": "secret rotation failed",
"request_id": "req_01900000abc"
}
}