Versions in this module Expand all Collapse all v0 v0.17.0 Jul 14, 2023 Changes in this version + func IsError(actual error, expected error) bool + func PrintErrorWithStackTrace(err error) string + func Recover(onPanic func(cause error)) + func Unwrap(err error) error + func WithPanicHandling(action func(c *cli.Context) error) func(c *cli.Context) error + func WithStackTrace(err error) error + func WithStackTraceAndPrefix(err error, message string, args ...interface{}) error + type ErrorWithExitCode struct + Err error + ExitCode int + func (err ErrorWithExitCode) Error() string