Versions in this module Expand all Collapse all v1 v1.5.0 Jul 19, 2026 Changes in this version + type Error struct + Cause error + Context any + Message string + func (e *Error) Error() string + func (e *Error) Fmt(str ...any) *Error + func (e *Error) Unwrap() error + func (e *Error) WithCtx(ctx any) *Error + func (e *Error) Wrap(err error) *Error