database_error
A transient storage error. Retry with backoff.
| HTTP status | 500 |
| Error type | api_error |
| Retry | Yes, with backoff. |
Response shape
{
"error": {
"type": "api_error",
"code": "database_error",
"message": "…",
"doc_url": "https://docs.borga.is/errors/database_error",
"request_id": "req_…"
}
}See all error codes and how to handle them.