Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOK = errors.New("OK") ErrConversion = errors.New("Conversion") ErrInvalid = errors.New("Invalid") ErrNotFound = errors.New("NotFound") ErrMarshal = errors.New("Marshal") ErrUnmarshal = errors.New("Unmarshal") ErrUnexpected = errors.New("Unexpected") )
View Source
var ( Conversion = wrapFunc(ErrConversion) Invalid = wrapFunc(ErrInvalid) NotFound = wrapFunc(ErrNotFound) Marshal = wrapFunc(ErrMarshal) Unmarshal = wrapFunc(ErrUnmarshal) Unexpected = wrapFunc(ErrUnexpected) OK = wrapFunc(ErrOK) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.