idempotency_conflict
Returned as conflict_error with HTTP 409.
What happened
Reserved for a future general idempotency-replay contract. The current public API does not return this code.
How to fix it
Do not branch on this code today. Use a stable `external_id` for repeat deck imports and inspect the resource before retrying other writes after an unknown outcome.
The envelope
{
"error": {
"type": "conflict_error",
"code": "idempotency_conflict",
"message": "…",
"request_id": "req_8f2c4a1b",
"doc_url": "https://docs.renza.io/errors/idempotency_conflict"
}
}See Errors for the full contract, and note the CLI maps this to a stable exit code — see Output & exit codes.