RSX API / Errors

Idempotency-Key reuse

422 · idempotency-key-reuse

What happened

This Idempotency-Key was already used with a different request body — that's a client bug, not a retry.

What to do

Retries of the same operation must send the identical body. For a new operation, generate a fresh Idempotency-Key.

← All errors