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") StorageNotFound = errors.New("storage not found") StreamIncomplete = errors.New("upload/download stream incomplete, possible network issue") StreamPeekFail = errors.New("StreamPeekFail") )
View Source
var ( ObjectNotFound = errors.New("object not found") NotFolder = errors.New("not a folder") NotFile = errors.New("not a file") )
View Source
var ( SearchNotAvailable = fmt.Errorf("search not available") BuildIndexIsRunning = fmt.Errorf("build index is running, please try later") )
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")
)
Functions ¶
func IsNotFoundError ¶ added in v3.25.0
func IsNotImplement ¶ added in v3.35.0
func IsNotSupportError ¶ added in v3.29.0
func IsObjectNotFound ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.