Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2026 Changes in this version + var PropertyReason = errorx.RegisterPrintableProperty("reason") + var PropertyResolution = errorx.RegisterProperty("resolution") + func Decorate(err error, reason Reason, hints ...string) error + func Format(err error) string + func Hints(err error) ([]string, bool) + func WithHints(err error, hints ...string) error + func WithReason(err error, reason Reason) error + type Reason string + func ReasonOf(err error) (Reason, bool) + func (r Reason) String() string