# Conflict | Field | Value | | --- | --- | | Type URI | `https://docs.ingrid.com/developer-resources/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://docs.ingrid.com/developer-resources/ingrid-api/errors/common/conflict", "title": "Conflict", "status": 409, "detail": "The resource has been modified by another request. Please retry with the latest version.", "instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47" } ```