Versions in this module Expand all Collapse all v1 v1.1.2 Jul 22, 2022 Changes in this version + var As = stderrors.As + var New = stderrors.New + func Errorf(err Wrappable, format string, a ...any) error + type Wrappable interface + Error func() string + type WrappableError struct + func (e *WrappableError) Error() string + func (e *WrappableError) Unwrap() error