mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 07:27:57 +08:00
fix Description
This commit is contained in:
@@ -160,7 +160,7 @@ var errorCodeResponse = map[ErrorCode]APIError{
|
|||||||
},
|
},
|
||||||
ErrInvalidMaxDeleteObjects: {
|
ErrInvalidMaxDeleteObjects: {
|
||||||
Code: "InvalidArgument",
|
Code: "InvalidArgument",
|
||||||
Description: "Argument objects must be contains a list of up to 1000 keys",
|
Description: "Argument objects can contain a list of up to 1000 keys",
|
||||||
HTTPStatusCode: http.StatusBadRequest,
|
HTTPStatusCode: http.StatusBadRequest,
|
||||||
},
|
},
|
||||||
ErrInvalidPartNumberMarker: {
|
ErrInvalidPartNumberMarker: {
|
||||||
|
Reference in New Issue
Block a user