Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + func Join(errs ...error) error + type Errors struct + func New(errs []error) *Errors + func (this *Errors) All() []error + func (this *Errors) Append(errs ...error) *Errors + func (this *Errors) Count() int + func (this *Errors) Error() string + func (this *Errors) First() error + func (this *Errors) Get(n int) error + func (this *Errors) IsNil() bool + func (this *Errors) Last() error + func (this *Errors) Prepend(errs ...error) *Errors + func (this *Errors) Range(fn func(int, error)) + func (this *Errors) Reset() *Errors + func (this *Errors) String() string + func (this *Errors) Unwrap() []error + func (this *Errors) WithErrors(errs []error) *Errors