Skip to content

internal_error

Internal error โ€” HTTP 500 ยท type api_error

What happened

Something went wrong on our side. These are rare and tracked.

How to fix it

Retry with the same `Idempotency-Key` after a short backoff. If it persists, contact support with the `request_id`.

Example response

{
  "error": {
    "type": "api_error",
    "code": "internal_error",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/internal_error"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes