aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/422/index.html
blob: 7cbff3d941da35e4b046f978f547bd242ad482c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>