enterprise-api

common_http_409-conflict

Conflict

Type
https://problems.atlas.propertyfinder.com/common-http-409-conflict/
HTTP status
409 Conflict
Retryable
No
Detail
The request could not be completed due to a conflict with the current state of the resource.

What to do

Reconcile with the current state of the resource and retry.

Example response

An HTTP 409 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-409-conflict/",
  "title": "Conflict",
  "status": 409,
  "code": "common_http_409-conflict",
  "detail": "The request could not be completed due to a conflict with the current state of the resource."
}

Back to error catalog