aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/422/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/422/index.html')
-rw-r--r--files/pt-br/web/http/status/422/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/422/index.html b/files/pt-br/web/http/status/422/index.html
new file mode 100644
index 0000000000..81b0b653d9
--- /dev/null
+++ b/files/pt-br/web/http/status/422/index.html
@@ -0,0 +1,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>