Versions in this module Expand all Collapse all v0 v0.1.0 Feb 14, 2019 Changes in this version + func AddError(errs []error, err error, strs ...string) ([]error, bool) + func AddErrors(errs []error, newErrs []error, strs ...string) ([]error, bool) + func CastRecoverError(errInterface interface{}, strs ...string) error + func Cause(err error) error + func Exit(items ...interface{}) + func FirstError(errs ...error) error + func HasErrors(errs []error) bool + func New(strs ...string) error + func Panic(items ...interface{}) + func PrintError(err error, strs ...string) + func PrintStacktrace(err error) + func Recover(strs ...string) error + func RecoverAndExit(strs ...string) + func Wrap(err error, strs ...string) error + func WrapMultiple(errs []error, strs ...string) []error