idempotency_key_in_use
Another request with the same `Idempotency-Key` is still in flight, and the result is not known yet.
| Code | Type | HTTP | Category |
|---|---|---|---|
idempotency_key_in_use | idempotency_error | 409 | Idempotency |
Cause
Another request with the same Idempotency-Key is still in flight, and the result is not known yet.
What to do
Wait for the first request to answer and read its response; retry the same key after a short back-off if the connection dropped.
Related
All Idempotency error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.