mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-25 03:26:26 +08:00
feat: improve driver
This commit is contained in:
@@ -5,4 +5,7 @@ import "errors"
|
||||
var (
|
||||
ErrorDirNotFound = errors.New("directory not found")
|
||||
ErrorObjectNotFound = errors.New("object not found")
|
||||
ErrNotImplement = errors.New("not implement")
|
||||
ErrNotSupport = errors.New("not support")
|
||||
ErrRelativePath = errors.New("access using relative path is not allowed")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user