All HTTP Status Codes
422

Unprocessable Entity

4xx Client Error

What It Means

The server understands the content type and syntax but cannot process the contained instructions.

When You'll See It

Returned when request body has correct syntax but semantic errors (e.g., invalid email format).

Related Status Codes

Frequently Asked Questions

What does HTTP 422 mean?

HTTP 422 Unprocessable Entity means: The server understands the content type and syntax but cannot process the contained instructions.

When does a server return 422?

Returned when request body has correct syntax but semantic errors (e.g., invalid email format).

Is 422 a client error or server error?

HTTP 422 is a Client Error (4xx) response. This means the issue is on the client side — the request was incorrect or unauthorized.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.