idempotency_key_in_use

A request with this `Idempotency-Key` is still being processed.

HTTP status409
Error typeidempotency_error
RetryNo. 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.