resource_already_exists
An object with the same unique attribute already exists.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "resource_already_exists",
"message": "…",
"doc_url": "https://docs.borga.is/errors/resource_already_exists",
"request_id": "req_…"
}
}See all error codes and how to handle them.