摘要
The request is well-formed but has semantic errors (e.g. validation failed).
何时发生
Widely returned by REST/JSON APIs when field validation fails.
常见原因
- Field validation failed (format, range, required)
- Business-rule violation in the payload
解决方法
- Fix the invalid fields per the error details
- Validate input against the API schema