# Conflict | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/ingrid-api/errors/common/conflict` | | Title | Conflict | | Recommended Status | 409 Conflict | ## Common Causes - The resource has been modified by another request since it was last read - An attempt was made to create a resource that already exists - A concurrent update conflict occurred ## Example Response ```json { "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/conflict", "title": "Conflict", "status": 409, "detail": "The resource has been modified by another request. Please retry with the latest version.", "trace_id": "abc-123-def-456" } ```