blob: 9f3c7bffc1f455b2052eaf680c469b9f6d8bed60 (
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
|
---
title: 507 Insufficient Storage
slug: Web/HTTP/Status/507
tags:
- HTTP
- Server error
- Status code
translation_of: Web/HTTP/Status/507
---
<div>{{HTTPSidebar}}</div>
<p>The HyperText Transfer Protocol (HTTP) <code><strong>507 Insufficient Storage</strong></code> レスポンスステータスコードは、Web Distributed Authoring and Versioning (WebDAV) プロトコルのコンテキストで提供される場合があります。 (参照 <a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>)</p>
<p>サーバーが、リクエストを正常終了するために必要な表現を保存できないため、メソッドを実行できなかったことを示します。</p>
<h2 id="Status" name="Status">ステータス</h2>
<pre class="syntaxbox notranslate">507 Insufficient Storage</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", "507 Insufficient Storage" , "11.5")}}</td>
<td>Web Distributed Authoring and Versioning</td>
</tr>
</tbody>
</table>
|