|
|
@ -692,7 +692,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{ |
|
|
|
ErrStorageFull: { |
|
|
|
ErrStorageFull: { |
|
|
|
Code: "XMinioStorageFull", |
|
|
|
Code: "XMinioStorageFull", |
|
|
|
Description: "Storage backend has reached its minimum free disk threshold. Please delete a 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.StatusInsufficientStorage, |
|
|
|
}, |
|
|
|
}, |
|
|
|
ErrRequestBodyParse: { |
|
|
|
ErrRequestBodyParse: { |
|
|
|
Code: "XMinioRequestBodyParse", |
|
|
|
Code: "XMinioRequestBodyParse", |
|
|
|