Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExitCodeError ¶ added in v0.63.0
func NewExitCodeError ¶ added in v0.63.0
func NewExitCodeError(exitCode int, theErr error) *ExitCodeError
func (*ExitCodeError) Error ¶ added in v0.63.0
func (e *ExitCodeError) Error() string
func (*ExitCodeError) ExitStatus ¶ added in v0.63.0
func (e *ExitCodeError) ExitStatus() int
func (*ExitCodeError) Unwrap ¶ added in v0.107.0
func (e *ExitCodeError) Unwrap() error
type ExitCodeWarning ¶ added in v0.69.3
type ExitCodeWarning struct {
Msg string
}
func NewExitCodeWarning ¶ added in v0.69.3
func NewExitCodeWarning(theErrMsg string) *ExitCodeWarning
func (*ExitCodeWarning) Warning ¶ added in v0.69.3
func (e *ExitCodeWarning) Warning() string
type NotFoundError ¶
type NotFoundError struct {
Name string
}
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.