Factuarea APIDevelopers

Idempotency error codes

Every public API error code emitted by Idempotency, with its HTTP status, its type and a page per code.

Error codes emitted by Idempotency. Each code links to its own page with the cause and the action to take.

CodeTypeHTTPDescription
idempotency_key_in_useidempotency_error409Another request with the same Idempotency-Key is still in flight, and the result is not known yet.
idempotency_key_invalidinvalid_request_error400The Idempotency-Key does not fit the accepted format: it must be 1 to 255 printable ASCII characters.
idempotency_key_requiredinvalid_request_error422The request arrived without an Idempotency-Key header, and this operation delivers an effect that cannot be taken back — an email sent, a file generated, a charge — so its transition window has already closed for this credential's environment.
idempotency_key_reusedidempotency_error409That Idempotency-Key was already used with a different payload. The key identifies one specific operation, so reusing it for another would make replay meaningless.

On this page

Need a hand?Contact support