Versions in this module Expand all Collapse all v0 v0.3.0 Jul 28, 2024 Changes in this version + func Newf(format string, a ...any) error + func Wrapf(cause error, format string, a ...any) error v0.2.0 May 5, 2024 v0.1.0 Sep 24, 2023 Changes in this version + var As = errors.As + var Is = errors.Is + var Unwrap = errors.Unwrap + func Cause(err error) error + func Join(errs ...error) error + func New(message string) error + func Wrap(cause error, message string) error + type Joined []error + func (errs Joined) Error() string