Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + func FmtError(e error) string + func IsTemporary(err error) bool + func IsTimeout(err error) bool + func New(msg string, logCtx ...interface{}) error + func WithCtx(err error, logCtx ...interface{}) error + func Wrap(msg, cause error, logCtx ...interface{}) error + func WrapStr(msg string, cause error, logCtx ...interface{}) error + type List []error + func (e List) ToError() error + type Wrapper interface + TopError func() string