ClavianAPI errors
All error codes

409 Conflict

Conflict

Code
conflict
Status
409 Conflict
Type
https://errors.clavian.io/conflict

What it means

The request conflicts with the resource as it is now, usually because another request changed it at the same moment. detail says what conflicted.

What to do

Read the resource again, check that the request still makes sense, and send it again if it does.

Example

The API answers with status 409 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.

{
  "type": "https://errors.clavian.io/conflict",
  "title": "Conflict",
  "status": 409,
  "code": "conflict",
  "requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}

Endpoints that return it

13 endpoints in the OpenAPI document name it among their answers.

All 13 endpoints