Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2026 Changes in this version + func HintOf(err error) string + type Error struct + Cause error + Code ExitCode + Hint string + Message string + func New(code ExitCode, msg string) *Error + func Newf(code ExitCode, format string, args ...any) *Error + func Wrap(code ExitCode, cause error, msg string) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + func (e *Error) WithHint(hint string) *Error + type ExitCode int + const CodeConflict + const CodeGenericError + const CodeGitNetwork + const CodeInconsistency + const CodeNotFound + const CodeRefusedSafety + const CodeSetupMissing + const CodeSuccess + func CodeOf(err error) ExitCode