HTTP 400 Bad Request
Client Error · RFC 9110
# meaning
Server cannot process the request due to a client error (malformed syntax, invalid framing).
# typical use
Catch-all for invalid input; prefer 422 for semantic validation.
→ Browse all HTTP status codes