Documentation ¶
Overview ¶
Package errors implements base preview errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyList = PreviewError("cache list is empty") ErrItemNotFoundInStorage = PreviewError("item not found in storage") )
Errors.
Functions ¶
This section is empty.
Types ¶
type PreviewError ¶
type PreviewError string
PreviewError is the base type for preview errors.
func (PreviewError) Error ¶
func (e PreviewError) Error() string
Error returns string error of the PreviewError.
Click to show internal directories.
Click to hide internal directories.