fberrors

package
v2.63.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptyKey                 = errors.New("empty key")
	ErrExist                    = errors.New("the resource already exists")
	ErrNotExist                 = errors.New("the resource does not exist")
	ErrEmptyPassword            = errors.New("password is empty")
	ErrEasyPassword             = errors.New("password is too easy")
	ErrEmptyUsername            = errors.New("username is empty")
	ErrEmptyRequest             = errors.New("empty request")
	ErrScopeIsRelative          = errors.New("scope is a relative path")
	ErrInvalidDataType          = errors.New("invalid data type")
	ErrIsDirectory              = errors.New("file is directory")
	ErrInvalidOption            = errors.New("invalid option")
	ErrInvalidAuthMethod        = errors.New("invalid auth method")
	ErrPermissionDenied         = errors.New("permission denied")
	ErrInvalidRequestParams     = errors.New("invalid request params")
	ErrSourceIsParent           = errors.New("source is parent")
	ErrRootUserDeletion         = errors.New("the sole admin can't be deleted")
	ErrCurrentPasswordIncorrect = errors.New("the current password is incorrect")
	ErrShareRequiresDownload    = errors.New("permission to share requires permission to download")
)

Functions

This section is empty.

Types

type ErrShortPassword

type ErrShortPassword struct {
	MinimumLength uint
}

func (ErrShortPassword) Error

func (e ErrShortPassword) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL