mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
friendly prompt for s3select MalformedXML error (#8171)
partly fix #7911
This commit is contained in:
parent
a0456ce940
commit
18fedc67d5
@ -56,7 +56,7 @@ func (err *s3Error) Error() string {
|
||||
func errMalformedXML(err error) *s3Error {
|
||||
return &s3Error{
|
||||
code: "MalformedXML",
|
||||
message: "The XML provided was not well-formed or did not validate against our published schema. Check the service documentation and try again.",
|
||||
message: "The XML provided was not well-formed or did not validate against our published schema. Check the service documentation and try again: " + err.Error(),
|
||||
statusCode: 400,
|
||||
cause: err,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user