Versions in this module Expand all Collapse all v0 v0.1.0 May 2, 2026 Changes in this version + const CodeAuth + const CodeCantCreat + const CodeConfig + const CodeGeneric + const CodeNetwork + const CodeNoInput + const CodeOK + const CodePartial + const CodeUsage + func Classify(err error) int + func Name(code int) string + type CLIError struct + Cause error + Code int + Message string + func New(code int, msg string, cause error) *CLIError + func Wrap(err error, code int, msg string) *CLIError + func (e *CLIError) Error() string + func (e *CLIError) Unwrap() error