Versions in this module Expand all Collapse all v1 v1.20.1 Feb 5, 2026 Changes in this version + var ErrTooManyErrors = errors.New("too many errors") + type ErrorList []error + func (errs ErrorList) Append(err error) ErrorList + func (errs ErrorList) AppendDistinct(err error) ErrorList + func (errs ErrorList) ErrOrNil() error + func (errs ErrorList) Error() string + func (errs ErrorList) Trim(limit int) ErrorList