Idempotency conflict
Type: https://docs.dockt.com/errors/idempotency-conflict
Status: 409 Conflict
The same Idempotency-Key is already associated with a different request body, or its first request is still running.
If this is a retry, send the exact same method, route, and body after the first request can complete. If this is new work, create and persist a new key. Don’t generate a new key merely to bypass an uncertain first request.