# INTERNAL_ERROR — 500 Internal Server Error

# 500 Internal Server Error

An unexpected error occurred on the server.

## Category

`server_error`

## Retryable?

**Yes.** Retry with exponential backoff: 1s, 2s, 4s, up to a maximum of 30s. If the error persists, contact support with the `requestId`.

## Example

```json
{
  "type": "https://developer.gett-tech.com/errors/INTERNAL_ERROR",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "An unexpected error occurred.",
  "instance": "/v1/marketfront/orders/place",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T14:30:00.000Z",
  "errorCode": "INTERNAL_ERROR",
  "errorCategory": "server_error",
  "retryable": true
}
```
