# Unprocessable Entity | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/ingrid-api/errors/common/unprocessable-entity` | | Title | Unprocessable Entity | | Recommended Status | 422 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 ```json { "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" } ```