internal_error

Unexpected server error. Retry with backoff and report `request_id` if it persists.

HTTP status500
Error typeapi_error
RetryYes, with backoff.

Response shape

{
  "error": {
    "type": "api_error",
    "code": "internal_error",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/internal_error",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.