Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAccessDenied = errors.New("access denied")
View Source
var ErrWrongCredentials = errors.New("wrong credentials")
Functions ¶
This section is empty.
Types ¶
type ErrBadRequest ¶
type ErrBadRequest struct {
// contains filtered or unexported fields
}
func NewBadRequest ¶
func NewBadRequest(err error) ErrBadRequest
func NewBadRequestWithMessage ¶
func NewBadRequestWithMessage(msg string) ErrBadRequest
func (ErrBadRequest) Error ¶
func (e ErrBadRequest) Error() string
type ErrObjectNotFound ¶
type ErrObjectNotFound struct {
// contains filtered or unexported fields
}
func NewObjectNotFound ¶
func NewObjectNotFound(err error) ErrObjectNotFound
func NewObjectNotFoundWithMessage ¶
func NewObjectNotFoundWithMessage(msg string) ErrObjectNotFound
func (ErrObjectNotFound) Error ¶
func (e ErrObjectNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.