Documentation ¶
Overview ¶
Package errors provides libraries for working with the go-errors/errors library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Wrap ¶
func Wrap(err interface{}) error
Wrap returns err wrapped in a go-error. If err is nil, returns nil.
func WrapPrefixf ¶
WrapPrefixf returns err wrapped in a go-error with a message prefix. If err is nil, returns nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.