Documentation ¶
Overview ¶
Package errors implements functions to manipulate errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrClosed = ErrInvalid("database closed") ErrSnapshotReleased = ErrInvalid("snapshot released") )
Functions ¶
This section is empty.
Types ¶
type ErrCorrupt ¶
type ErrCorrupt string
func (ErrCorrupt) Error ¶
func (e ErrCorrupt) Error() string
type ErrInvalid ¶
type ErrInvalid string
func (ErrInvalid) Error ¶
func (e ErrInvalid) Error() string
Click to show internal directories.
Click to hide internal directories.