HTTP

422 Unprocessable Content

The server understands the content type and syntax, but was unable to process the contained instructions. Common in API validation errors.

When You See This Code

When form validation fails — correct syntax but invalid data (e.g., email format wrong, date in the past).

How to Fix

Check the response body for specific validation errors and correct the input data.

Specification

View RFC / Specification →

Related Codes

Comparisons

Guides

Glossary