409
HTTP

409 Conflict

The request conflicts with the current state of the server. Often due to concurrent modification or business rule violations.

Quand vous voyez ce code

When trying to create a resource that already exists, or updating a resource that was modified by another request.

Comment résoudre

Refresh the resource state, resolve conflicts, and retry. Use ETags for optimistic concurrency.

Équivalents inter-protocoles

Comparaisons

Guides

Glossaire