mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Added AllAccessDisabled error
This commit is contained in:
committed by
Harshavardhana
parent
dd5b975001
commit
4be609eb82
@@ -663,6 +663,8 @@ func toAPIErrorCode(err error) (apiErr APIErrorCode) {
|
||||
apiErr = ErrStorageFull
|
||||
case BadDigest:
|
||||
apiErr = ErrBadDigest
|
||||
case AllAccessDisabled:
|
||||
apiErr = ErrAllAccessDisabled
|
||||
case IncompleteBody:
|
||||
apiErr = ErrIncompleteBody
|
||||
case ObjectExistsAsDirectory:
|
||||
|
||||
Reference in New Issue
Block a user