5xx Server Error
I don't have enough storage space left to save what you're trying to upload. My disk is full!
Use 507 when the server cannot store the representation needed to complete the request because storage-related resources are exhausted.
PUT https://api.example.test/files/video.mp4
# Body
<binary video payload>507 Insufficient Storage
# Headers
Content-Type: application/json
# Body
{
"error": "insufficient_storage"
}Server's disk is full and cannot store the uploaded video file
POST https://api.example.test/documents
# Body
<binary document payload>507 Insufficient Storage
# Headers
Content-Type: application/json
# Body
{
"error": "insufficient_storage"
}Document storage system has reached capacity limits
The file or data you're trying to send is too big for me to handle. Please make it smaller.
This file is currently being edited by someone else and they've locked it. You'll have to wait until they're done or unlock it.
WebDAVOur service is temporarily down for maintenance or overloaded. Please try again later.