mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix Description
This commit is contained in:
parent
9231971c88
commit
6317f6a8a9
|
@ -160,7 +160,7 @@ var errorCodeResponse = map[ErrorCode]APIError{
|
|||
},
|
||||
ErrInvalidMaxDeleteObjects: {
|
||||
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,
|
||||
},
|
||||
ErrInvalidPartNumberMarker: {
|
||||
|
|
Loading…
Reference in a new issue