422
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 form validation fails — correct syntax but invalid data (e.g., email format wrong, date in the past).

해결 방법

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

관련 코드

비교

가이드

용어집