validation_failed
HTTP 400TERMINALValidation failed
- Cause
- One or more request fields failed validation (missing, wrong type, out of range).
- How to resolve
- Inspect the `errors[]` array for per-field feedback. Fix the offending fields and retry.
Example: `severity` must be one of: high, medium, low