Skip to content

Unprocessable Entity

FieldValue
Type URIhttps://docs.ingrid.com/developer-resources/ingrid-api/errors/common/unprocessable-entity
TitleUnprocessable Entity
Recommended Status422 Unprocessable Entity

Common Causes

  • The request body is syntactically correct but contains semantic errors
  • A business rule or domain constraint was violated
  • The request contains values that are individually valid but logically inconsistent

Example Response

{
  "type": "https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/unprocessable-entity",
  "title": "Unprocessable Entity",
  "status": 422,
  "detail": "The request could not be processed due to semantic errors.",
  "instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47"
}