mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
fix Description
This commit is contained in:
parent
9231971c88
commit
6317f6a8a9
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user