422 Unprocessable Entity

Explanation:

The 422 Unprocessable Entity status code indicates that the server understands the content type of the request entity and the syntax of the request entity is correct, but it was unable to process the contained instructions.

Usage:

This status code should be used when the server understands the content type of the request entity and the syntax of the request entity is correct, but it was unable to process the contained instructions.

Attentions:

  • The server should include information about the unprocessable entity in the response message if possible.
  • The response should include a message body with information about the unprocessable entity.

Sample:

undefined