diff options
Diffstat (limited to 'back/cmd/authfs/err.go')
| -rw-r--r-- | back/cmd/authfs/err.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/back/cmd/authfs/err.go b/back/cmd/authfs/err.go index 81da2ba..4f4dbbf 100644 --- a/back/cmd/authfs/err.go +++ b/back/cmd/authfs/err.go @@ -7,4 +7,5 @@ var ( ErrFileNotExist = errors.New("file does not exist") ErrFidExist = errors.New("fid already exists") ErrFidNotExist = errors.New("fid does not exist") + ErrPerm = errors.New("permission denied") ) |