Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotImplement = errors.New("not implement") NotSupport = errors.New("not support") RelativePath = errors.New("access using relative path is not allowed") MoveBetweenTwoStorages = errors.New("can't move files between two storages, try to copy") UploadNotSupported = errors.New("upload not supported") MetaNotFound = errors.New("meta not found") )
View Source
var ( ObjectNotFound = errors.New("object not found") NotFolder = errors.New("not a folder") NotFile = errors.New("not a file") )
View Source
var ( EmptyUsername = errors.New("username is empty") EmptyPassword = errors.New("password is empty") WrongPassword = errors.New("password is incorrect") DeleteAdminOrGuest = errors.New("cannot delete admin or guest") )
View Source
var (
EmptyToken = errors.New("empty token")
)
View Source
var (
PermissionDenied = errors.New("permission denied")
)
View Source
var (
SearchNotAvailable = fmt.Errorf("search not available")
)
Functions ¶
func IsObjectNotFound ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.