|
|
@ -580,7 +580,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{ |
|
|
|
/// Minio extensions.
|
|
|
|
/// Minio extensions.
|
|
|
|
ErrStorageFull: { |
|
|
|
ErrStorageFull: { |
|
|
|
Code: "XMinioStorageFull", |
|
|
|
Code: "XMinioStorageFull", |
|
|
|
Description: "Storage backend has reached its minimum free disk threshold. Please delete few objects to proceed.", |
|
|
|
Description: "Storage backend has reached its minimum free disk threshold. Please delete a few objects to proceed.", |
|
|
|
HTTPStatusCode: http.StatusInternalServerError, |
|
|
|
HTTPStatusCode: http.StatusInternalServerError, |
|
|
|
}, |
|
|
|
}, |
|
|
|
ErrObjectExistsAsDirectory: { |
|
|
|
ErrObjectExistsAsDirectory: { |
|
|
|