Back to all status codes

422

Unprocessable Entity

Client Error
RFC 4918

The request was well-formed but was unable to be followed due to semantic errors.

Detailed Information

The 422 status code indicates that the request was well-formed but was unable to be followed due to semantic errors.

Common Examples

  • API requests with invalid JSON
  • Form submissions with missing required fields

Common Uses

  • API requests with invalid JSON
  • Form submissions with missing required fields

Best Practices

  • Use when the request is well-formed but contains semantic errors
  • Include a detailed error message
  • Ensure proper request validation and error handling

Quick Actions

Category Information

Client Error

The request contains bad syntax or cannot be fulfilled

Available for Freelance

Fullstack developer specializing in React, Next.js, and Node.js. Let's build something amazing together!

Stay in the loop

Get notified about new tools and updates

HTTP Status Codes Reference - Complete List with Descriptions