Documentation ¶
Index ¶
- Variables
- func Cause(err error) error
- func New(msg string) error
- func NewMultiError(errs ...error) error
- func NewWithCode(msg string, code interface{}) error
- func NewWithError(err error) error
- func UnWrap(err error) error
- func WrapMessage(err error, msg string) error
- func WrapMessageWithCode(err error, msg string, code interface{}) error
- type BaseError
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSeparator string = "\n"
Functions ¶
func NewMultiError ¶
func NewWithCode ¶
func NewWithError ¶
func WrapMessage ¶
func WrapMessageWithCode ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.