Skip to content
Last updated

Unprocessable Entity

FieldValue
Type URIhttps://developer-next.ingrid.com/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://developer-next.ingrid.com/ingrid-api/errors/common/unprocessable-entity",
  "title": "Unprocessable Entity",
  "status": 422,
  "detail": "The request could not be processed due to semantic errors.",
  "trace_id": "abc-123-def-456"
}