Versions in this module Expand all Collapse all v0 v0.11.0-beta.1 Jan 9, 2023 v0.10.1 Nov 27, 2023 v0.10.0 Nov 23, 2022 Changes in this version + type Error struct + func New(msg string) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + func (e *Error) Wrap(errB error) error + func (e *Error) Wrapf(msg string, args ...any) error