422 application/problem+json
application/problem+json. Branch on type (a stable URI), not on title
or detail (human-readable, may change).
When it occurs
A parameter had the wrong type, format, or an out-of-range value. The response body includes anerrors array (FastAPI/Pydantic validation detail) pinpointing each offending field.
How to fix
Read theerrors array in the response, correct the offending parameter, and resubmit. Not retryable unchanged.
Not retryable — fix the request before resubmitting; retrying unchanged returns the same error.
See the full error catalog for the response shape and retry matrix.
Every response carries an x-request-id header — include it in any support request.