507

状態符号 507 (HTTP)

[6] 507 (Insufficient Storage) は、ストレージの容量制限により処理に失敗したことを表す状態符号です。

仕様書

意味

[3] 507 は、要求を正常に完了させるために必要な表現蓄積を行えなかったために操作を実行できなかったことを示す状態符号です >>1

[17] quota が原因のときにも使えます。 >>14

[4] この状態符号で表される状況は、一時的なものです >>1

文脈

[12] PROPPATCH 要求に対する 207 応答内の status 要素では、 特性を保存するためのストレージ容量の不足を表すために使うことができます >>7

[9] MKCOL 要求 >>8COPY 要求 >>10 で指定された資源ストレージ容量の不足により作れなかった時は、 507 応答を返すことができます。

処理

[5] 利用者の動作によって送信された要求に対して 507 が返された時は、別途利用者の動作があるまで要求を反復してはなりません >>1

歴史

[2] RFC 2518 (WebDAV) 10.6 507 Insufficient Storage

The 507 (Insufficient Storage) status code means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. This condition is considered to be temporary. If the request which received this status code was the result of a user action, the request MUST NOT be repeated until it is requested by a separate user action.

507 (蓄積装置不十分) 状態符号は、 サーバーがその要求を成功裏に完了させるのに必要な表現の蓄積が不可能であったために method をその資源について施せなかったことを意味します。 この条件は一時的と考えられます。この状態符号を受信した要求が利用者の動作の結果であれば、 その要求は別の利用者の動作により要求されるまで繰り返してはなりません

[11] Dropbox - Core API - endpoint reference ( 版) https://www.dropbox.com/developers/core/docs

507 User is over Dropbox storage quota.

[13] Dropbox - Core API - endpoint reference ( 版) https://www.dropbox.com/developers/core/docs

507 User is over Dropbox storage quota.

[15] RFC 4791 - Calendaring Extensions to WebDAV (CalDAV) () https://tools.ietf.org/html/rfc4791#section-5.3.1.1

[16] Quotas management — Kinto 8.1.5 documentation () https://kinto.readthedocs.io/en/latest/api/1.x/quotas.html

If the quota is exceeded the server will return a 507 Insufficient Storage HTTP error.