aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/422/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/status/422/index.html')
-rw-r--r--files/ja/web/http/status/422/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/ja/web/http/status/422/index.html b/files/ja/web/http/status/422/index.html
new file mode 100644
index 0000000000..7cbff3d941
--- /dev/null
+++ b/files/ja/web/http/status/422/index.html
@@ -0,0 +1,39 @@
+---
+title: 422 Unprocessable Entity
+slug: Web/HTTP/Status/422
+tags:
+ - HTTP
+ - HTTP ステータスコード
+ - WebDAV
+ - クライアントエラー
+ - リファレンス
+translation_of: Web/HTTP/Status/422
+---
+<p>{{HTTPSidebar}}</p>
+
+<p>The HyperText Transfer Protocol (HTTP) の <code><strong>422 Unprocessable Entity</strong></code> 応答状態コードは、サーバーが要求本文のコンテンツ型を理解でき、要求本文の構文が正しいものの、中に含まれている指示が処理できなかったことを表します。</p>
+
+<div class="warning">
+<p><strong>重要</strong>: クライアントは修正なしにこの要求を繰り返すべきではありません。</p>
+</div>
+
+<h2 id="Status" name="Status">状態</h2>
+
+<pre class="syntaxbox">422 Unprocessable Entity</pre>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">題名</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{RFC("4918", "422 Unprocessable Entity" , "11.2")}}</td>
+ <td>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</td>
+ </tr>
+ </tbody>
+</table>