Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 v0.4.1 Mar 28, 2026 Changes in this version + func CommandFailureHintGenerator(err *errors.StructuredError) []errors.Hint + func FileNotFoundHintGenerator(err *errors.StructuredError) []errors.Hint + func InvalidStateHintGenerator(err *errors.StructuredError) []errors.Hint + func MissingInputHintGenerator(err *errors.StructuredError) []errors.Hint + func PluginDisabledHintGenerator(err *errors.StructuredError) []errors.Hint + func YAMLSyntaxHintGenerator(err *errors.StructuredError) []errors.Hint + type HumanErrorFormatter struct + func NewHumanErrorFormatter(colorEnabled, noHints bool, generators ...domainerrors.HintGenerator) *HumanErrorFormatter + func (f *HumanErrorFormatter) FormatError(err *domainerrors.StructuredError) string + type JSONErrorFormatter struct + func NewJSONErrorFormatter(noHints bool, generators ...domainerrors.HintGenerator) *JSONErrorFormatter + func (f *JSONErrorFormatter) FormatError(err *domainerrors.StructuredError) string