Error AtlasError Documentation and Resolution

HTTP 422 Unprocessable Content

422 Unprocessable Content

The server understood the content type and syntax of the request, but could not process the contained instructions.

422 Unprocessable Contentgeneral
422 Unprocessable Content
  • The request body is syntactically valid but fails validation rules.
  • Required fields are missing or contain invalid values.
  • The request violates a business rule enforced by the API.
  1. Inspect the request body for missing fields, invalid types, or values outside accepted ranges.
  2. Review validation and domain rules for the endpoint being called.
  3. Use any response error details returned by the API to correct the payload before retrying.
MDN: 422 Unprocessable Content
422 Unprocessable Content: what it means and how to fix it | Error Atlas