Versions in this module Expand all Collapse all v0 v0.0.1 Jul 24, 2017 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 WithStackTrace(err error) error + func WithStackTraceAndPrefix(err error, message string, args ...interface{}) error + type IErrorCode interface + ExitStatus func() (int, error)