1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

probe update and access command error messages update

This commit is contained in:
Anand Babu (AB) Periasamy
2015-08-19 23:22:39 -07:00
parent cc119a3b67
commit 754dc8849e
4 changed files with 17 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ func (e errInvalidSessionID) Error() string {
return "Invalid session id " + e.id + "."
}
/*
type errInvalidACL struct {
acl string
}
@@ -37,6 +38,7 @@ type errInvalidACL struct {
func (e errInvalidACL) Error() string {
return "Invalid ACL Type " + e.acl + ". Valid types are [private, public, readonly]."
}
*/
type errNotAnObject struct {
url string