What it means
The request didn’t pass our validation rules. Thedetail field tells you
which field and why.
Common causes
What to do
This is a programming error on your side — retrying without changes won’t help. Fix the request and re-send. For 422-class errors (Pydantic-style field-level validation), we include anerrors array with the specific failing fields:

