Skip to content

conflict

Conflict โ€” HTTP 409 ยท type conflict_error

What happened

The request conflicts with the current state of the resource.

How to fix it

Re-read the resource's current state and retry with a compatible request.

Example response

{
  "error": {
    "type": "conflict_error",
    "code": "conflict",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/conflict"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes