Error AtlasError Documentation and Resolution

HTTP 409 Conflict

409 Conflict

The request conflicts with the current state of the target resource, so the server rejected the update or operation.

409 Conflictconfiguration
409 Conflict
  • The request conflicts with the current stored version of the resource.
  • Another client changed the resource state before the request was applied.
  • The operation attempts to create a duplicate or incompatible resource state.
  1. Fetch the latest state of the resource before retrying the change.
  2. Use versioning, etags, or concurrency checks where supported.
  3. Adjust the request so it no longer conflicts with the current resource state.
MDN: 409 Conflict
409 Conflict: what it means and how to fix it | Error Atlas