Versions in this module Expand all Collapse all v0 v0.29.25 Apr 13, 2026 Changes in this version + type HelpfulError struct + Category string + OriginalErr error + Suggestions []Suggestion + func (e *HelpfulError) Error() string + func (e *HelpfulError) Format() string + func (e *HelpfulError) Unwrap() error + type Suggestion struct + Cause string + Solutions []string