Factuarea API

idempotency_key_in_use

Another request with the same `Idempotency-Key` is still in flight, and the result is not known yet.

CodeTypeHTTPCategory
idempotency_key_in_useidempotency_error409Idempotency

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.

On this page