API reference
internal_error — HTTP 500
Unexpected server error.
Example response
{ "ok": false, "request_id": "req_...", "error": { "code": "internal_error", "message": "Unexpected server error." } }
Why it happens
- An unexpected server-side failure while processing the request.
How to fix it
- Retry once with backoff — most are transient.
- If it persists, contact [email protected] with the `request_id` from the response so we can trace it.
Retryable? Yes, with backoff. Include the request_id when reporting. Every error response carries a
request_id — include it when contacting support.