diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/http/status/507 | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-br/web/http/status/507')
-rw-r--r-- | files/pt-br/web/http/status/507/index.html | 33 |
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> |