Skip to main content

conflict

The request conflicts with the resource's current state.

HTTPcodeRetryable?
409conflictno

When it happens

A change that contradicts the present state (for example a duplicate name).

How to resolve it

Re-read the resource, adjust the request to the current state, and retry.

Example

{
"type": "https://docs.skipo.com/errors/conflict",
"title": "Conflict",
"status": 409,
"code": "conflict",
"retryable": false,
"detail": "The request conflicts with the resource's current state."
}

Back to the error catalog · See the error format.