Versions in this module Expand all Collapse all v0 v0.10.0 Aug 21, 2024 v0.9.0 Jan 25, 2024 Changes in this version + func ErrJoin(errs ...error) error + func ErrJoinCustom(sep string, errs ...error) error + type ErrMultiple struct + Errors []error + Separator string + func NewErrMultiple(errs ...error) *ErrMultiple + func NewErrMultipleCustom(sep string, errs ...error) *ErrMultiple + func (e *ErrMultiple) Add(err error) + func (e *ErrMultiple) Addf(msg string, args ...any) + func (e *ErrMultiple) Error() string + func (e *ErrMultiple) First() error