mirror of
https://github.com/minio/mc.git
synced 2025-11-12 01:02:26 +03:00
More meaningful error messages with unsupported filesystem operations (share and policy) (#1833)
This commit is contained in:
committed by
Harshavardhana
parent
2b24a7b520
commit
15b91126d5
@@ -27,7 +27,7 @@ type APINotImplemented struct {
|
||||
}
|
||||
|
||||
func (e APINotImplemented) Error() string {
|
||||
return "‘" + e.API + "’ feature " + "is not implemented for ‘" + e.APIType + "’."
|
||||
return "‘" + e.API + "’ is not supported for ‘" + e.APIType + "’."
|
||||
}
|
||||
|
||||
// GenericBucketError - generic bucket operations error
|
||||
|
||||
Reference in New Issue
Block a user