Versions in this module Expand all Collapse all v1 v1.72.0 Jul 30, 2026 Changes in this version + var ErrUnsupported = stderrors.ErrUnsupported + func As(err error, target any) bool + func AsType[E error](err error) (E, bool) + func Errorf(format string, args ...any) error + func Is(err, target error) bool + func Join(errs ...error) error + func New(text string) error + func Unwrap(err error) error + func WithMessage(err error, message string) error + func WithMessagef(err error, format string, args ...any) error