idempotency_key_in_progress
HTTP Status: 409 Category: Idempotency
When you see this
Replay while the first call with this key is still in flight.
How to fix it
Wait for the first request to complete, then retry. The server serializes in-flight replays to avoid double-writes.
Example response
{
"error": {
"code": "idempotency_key_in_progress",
"message": "Replay while the first call with this key is still in flight.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/idempotency_key_in_progress",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}