Versions in this module Expand all Collapse all v1 v1.4.5 Dec 28, 2022 v1.4.4 Dec 28, 2022 Changes in this version + func Chain(fns ...func() error) error + func Wrap(err error, message string) error + func Wrapf(err error, format string, args ...interface{}) error + type AtomicError struct + func (ae *AtomicError) Load() error + func (ae *AtomicError) Set(err error) + type BatchError struct + func (be *BatchError) Add(errs ...error) + func (be *BatchError) Err() error + func (be *BatchError) NotNil() bool