Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyExists = New("key exist", true) ErrKeyNotFound = New("key not found", false) ErrUnknown = New("unknown error", true) )
sentinel errors.
Functions ¶
This section is empty.
Types ¶
type Error ¶
Error is a type alias, custom error.
func (*Error) DestoryData ¶
DestoryData removes added data from error.
Click to show internal directories.
Click to hide internal directories.