Versions in this module Expand all Collapse all v1 v1.1.0 May 8, 2024 v1.0.0 May 8, 2024 Changes in this version + func AggregateConcurrent(funcs []func() error) error + func Errorf(format string, args ...interface{}) error + func Errors(err error) []error + func New(message string) error + func NewAggregate(errlist []error) error + func NewWithoutStack(message string) error + func StackTrace(err error) pkgerrors.StackTrace + func UntilErrorConcurrent(funcs []func() error) error + func WithStack(err error) error + func Wrap(err error, message string) error + func Wrapf(err error, format string, args ...interface{}) error + type Aggregate interface + Errors func() []error + Is func(error) bool + type Causer interface + Cause func() error + type StackTracer interface + StackTrace func() pkgerrors.StackTrace