409
HTTP

409 Conflict

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

このコードが表示された場合

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

修正方法

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

クロスプロトコル対応コード

比較

ガイド

用語集