From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/409/index.html | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/ja/web/http/status/409/index.html (limited to 'files/ja/web/http/status/409') diff --git a/files/ja/web/http/status/409/index.html b/files/ja/web/http/status/409/index.html new file mode 100644 index 0000000000..155f2bd1a6 --- /dev/null +++ b/files/ja/web/http/status/409/index.html @@ -0,0 +1,40 @@ +--- +title: 409 Conflict +slug: Web/HTTP/Status/409 +tags: + - HTTP + - HTTPステータスコード + - Reference + - クライアントエラー +translation_of: Web/HTTP/Status/409 +--- +

{{HTTPSidebar}}

+ +

HTTP 409 Conflict はリクエストが現在のサーバーの状態と競合したことを示すステータスコード。

+ +

競合は {{HTTPMethod("PUT")}} メソッドを使用したリクエストのレスポンスで最も発生しやすい。例えば、サーバーにすでに存在しているファイルよりも古いバージョンのファイルをアップロードした際に409の応答が返され、バージョン管理システムの競合が発生する可能性がある。

+ +

ステータス

+ +
409 Conflict
+ +

仕様

+ + + + + + + + + + + + +
仕様書タイトル
{{RFC("7231", "409 Conflict" , "6.5.8")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

参照

+ + -- cgit v1.2.3-54-g00ecf