Versions in this module Expand all Collapse all v0 v0.2.2 Dec 13, 2025 Changes in this version + func New(messages ...string) error + func Wrap(err error, message string) error + func Wrapf(err error, format string, args ...interface{}) error + type Errors []error + func (e *Errors) Append(errs ...error) + func (e *Errors) Error() string + func (e *Errors) ErrorOrNil() error