Docs
← chronapilot.com v 2026-05-12

internal_error

Errors · api_error

HTTP 500 · type api_error

Server-side error.

When it fires

Something went wrong on our side. The request_id is your reference to find the trace in our logs.

Recovery

Retry with backoff. If repeated, email support@chronapilot.com with the request_id.

Example response

JSON
{
  "error": {
    "type": "api_error",
    "code": "internal_error",
    "message": "Server-side error.",
    "doc_url": "https://docs.chronapilot.com/errors/internal-error",
    "request_id": "req_1A2b3C4d5E6f"
  }
}