internal_error
Unexpected server error. Retry with backoff and report `request_id` if it persists.
| HTTP status | 500 |
| Error type | api_error |
| Retry | Yes, 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.