Versions in this module Expand all Collapse all v1 v1.0.9 Jan 22, 2024 Changes in this version + type Error struct + Err error + Recommendations Recommendation + ShortMsg string + StepID string + Tag string + func NewError(stepID, tag string, err error, shortMsg string) *Error + func NewErrorWithRecommendations(stepID, tag string, err error, shortMsg string, recommendations Recommendation) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + type Recommendation map[string]interface