Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func Append(e1 error, e2 error) error + func DefaultFormatter(errors []error) string + type Error struct + func (e *Error) Append(err error) *Error + func (e *Error) Err() error + func (e *Error) Error() string + func (e *Error) Errors() []error + func (e *Error) WithFormatter(formatter Formatter) *Error + type Formatter interface + FormatMultiError func([]error) string + type FormatterFunc func([]error) string + func (f FormatterFunc) FormatMultiError(errors []error) string