idempotency_key_invalid
The `Idempotency-Key` does not fit the accepted format: it must be 1 to 255 printable ASCII characters.
| Code | Type | HTTP | Category |
|---|---|---|---|
idempotency_key_invalid | invalid_request_error | 400 | Idempotency |
Cause
The Idempotency-Key does not fit the accepted format: it must be 1 to 255 printable ASCII characters.
What to do
Generate the key as a UUID or a random string, and keep it stable across the retries of one operation.
Related
All Idempotency error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.