mirror of
https://github.com/minio/mc.git
synced 2025-07-28 20:01:58 +03:00
Improve lock error message (#2353)
This commit is contained in:
committed by
Nitish Tiwari
parent
5d703df69d
commit
d9663e5d96
@ -83,4 +83,8 @@ var (
|
||||
errSourceTargetSame = func(URL string) *probe.Error {
|
||||
return probe.NewError(errors.New("Source and target URL can not be same : " + URL)).Untrace()
|
||||
}
|
||||
|
||||
errBucketNotSpecified = func() *probe.Error {
|
||||
return probe.NewError(errors.New("This operation requires a " + "bucket to be specified.")).Untrace()
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user