aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/507/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/507/index.html')
-rw-r--r--files/pt-br/web/http/status/507/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/507/index.html b/files/pt-br/web/http/status/507/index.html
new file mode 100644
index 0000000000..8bcc80abda
--- /dev/null
+++ b/files/pt-br/web/http/status/507/index.html
@@ -0,0 +1,33 @@
+---
+title: 507 Insufficient Storage
+slug: Web/HTTP/Status/507
+tags:
+ - Código de status
+ - Erro de servidor
+ - HTTP
+translation_of: Web/HTTP/Status/507
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O código de resposta de status HTTP <code><strong>507 Insufficient Storage</strong></code> pode ser usado no contexto do protocolo Web Distributed Authoring and Versioning (WebDAV) (veja <a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>).</p>
+
+<p>Isso indica que o método não pode ser executado porque o servidor não pode salvar a representação necessária para completar a requisição com sucesso.</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">507 Insufficient Storage</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("4918", "507 Insufficient Storage" , "11.5")}}</td>
+ <td>Web Distributed Authoring and Versioning</td>
+ </tr>
+ </tbody>
+</table>