blob: 81b0b653d91dbf6ea488285a672f43413c63007c (
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
|
---
title: 422 Unprocessable Entity
slug: Web/HTTP/Status/422
translation_of: Web/HTTP/Status/422
---
<p>{{HTTPSidebar}}</p>
<p>O codigo de resposta HTTP <code><strong>422 Unprocessable Entity</strong></code> indica que o servidor entende o tipo de conteúdo da entidade da requisição, e a sintaxe da requisição esta correta, mas não foi possível processar as instruções presentes.</p>
<div class="warning">
<p><strong>Importante</strong>: O cliente não deve repetir esta requisição sem modificações.</p>
</div>
<h2 id="Status">Status</h2>
<pre class="syntaxbox">422 Unprocessable Entity</pre>
<h2 id="Especificações">Especificações</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Especificação</th>
<th scope="col">Título</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>
|