lookup> 422

422 ·Unprocessable Entity

The request is well-formed but contains semantic errors, so it cannot be processed (WebDAV).

Client ErrorRFC5218#10.3
Status422
PhraseUnprocessable Entity
TypeClient Error
SpecificationRFC5218#10.3

What does HTTP 422 mean?

The request is well-formed but contains semantic errors, so it cannot be processed (WebDAV).

It belongs to the 4xx Client Error class of responses, defined in RFC5218#10.3.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 422

Fix the business-logic errors in the payload and resubmit.

  • The request or resource does not meet requirements
  • Client-side validation or routing problem

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Fix the business-logic errors in the payload and resubmit.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 422 cacheable?

422 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The request is well-formed but contains semantic errors, so it cannot be processed (WebDAV).

4xx responses

Related status codes