Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + func Is(err error) bool + func Wrap(err error) error + type Error struct + Underlying error + func As(err error) (*Error, bool) + func New(text string) *Error + func Newf(format string, args ...any) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error