idempotency_key_in_use
A request with this `Idempotency-Key` is still being processed.
| HTTP status | 409 |
| Error type | idempotency_error |
| Retry | No. Use a new key. |
What to do
Wait for the original request to finish and retry with the same key, or use a new key for a different request.
Response shape
{
"error": {
"type": "idempotency_error",
"code": "idempotency_key_in_use",
"message": "…",
"doc_url": "https://docs.borga.is/errors/idempotency_key_in_use",
"request_id": "req_…"
}
}See all error codes and how to handle them.