422
Unprocessable Entity
Client Error
Description
The request was well-formed but contains semantic errors
Common Usage
Used for validation errors; request syntax is correct but data is invalid
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 422 Unprocessable EntitycURL Example
curl -I https://example.com
# Returns: HTTP/1.1 422 Unprocessable EntityClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category