# internal_error

An unexpected error occurred on our side. Returned with HTTP 500; retrying can succeed.

| Property | Value |
| --- | --- |
| HTTP status | `500` |
| Retryable | Yes |
| `type` | `https://fylane.dev/errors/internal-error` |

This error is transient. Retry with backoff, reusing the same idempotency key so the retry cannot double-charge you.

Example response

```json
{
  "type": "https://fylane.dev/errors/internal-error",
  "code": "internal_error",
  "message": "An unexpected error occurred on our side.",
  "retryable": true,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/internal-error"
}
```

Quote the `request_id` if you contact support. It is the same value returned in the `X-Request-Id` header and it identifies this exact request in our logs.
