idempotency_in_progress
Idempotent request in progress — HTTP 409 · type conflict_error
What happened
A request with this `Idempotency-Key` is still being processed.
How to fix it
Wait briefly and retry with the same key — you'll get the original result once it completes.
Example response
{
"error": {
"type": "conflict_error",
"code": "idempotency_in_progress",
"message": "A human-readable description of what went wrong.",
"doc_url": "https://docs.interglobe.io/errors/idempotency_in_progress"
},
"request_id": "req_1a2b3c"
}