> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cortex.foundation/llms.txt
> Use this file to discover all available pages before exploring further.

# internal

> Something went wrong on our side. HTTP 500.

|           |                                                    |
| --------- | -------------------------------------------------- |
| HTTP      | `500`                                              |
| `code`    | `internal`                                         |
| `type`    | `https://docs.cortex.foundation/problems/internal` |
| Retryable | yes                                                |

Catch-all for our own bugs. Never carries `detail`. Quote `request_id` in a support form. Retrying can succeed.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/internal",
  "title": "Something went wrong on our side",
  "status": 500,
  "code": "internal",
  "request_id": "req_…"
}
```

## Related

* [Errors](/reference/errors) - how to branch on `code`, and what not to render from `detail`.
* [Problem catalog](/problems) - every code, its status, and whether retrying helps.
* [Troubleshooting](/getting-started/troubleshooting) - what a message in the product means.
