Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandExecutionError ¶
type CommandExecutionError struct {
// contains filtered or unexported fields
}
func NewCommandExecutionError ¶
func NewCommandExecutionError(cmd string, err error) CommandExecutionError
func (CommandExecutionError) Error ¶
func (e CommandExecutionError) Error() string
func (CommandExecutionError) Unwrap ¶
func (e CommandExecutionError) Unwrap() error
type CommandExitError ¶
type CommandExitError struct {
// contains filtered or unexported fields
}
func NewCommandExitError ¶
func NewCommandExitError(cmd string, err *exec.ExitError) CommandExitError
func (CommandExitError) Error ¶
func (e CommandExitError) Error() string
func (CommandExitError) Unwrap ¶
func (e CommandExitError) Unwrap() error
type CommandExitErrorWithReason ¶
type CommandExitErrorWithReason struct {
// contains filtered or unexported fields
}
func NewCommandExitErrorWithReason ¶
func NewCommandExitErrorWithReason(cmd string, err *exec.ExitError, reason string) CommandExitErrorWithReason
func (CommandExitErrorWithReason) Error ¶
func (e CommandExitErrorWithReason) Error() string
func (CommandExitErrorWithReason) Unwrap ¶
func (e CommandExitErrorWithReason) Unwrap() error
Click to show internal directories.
Click to hide internal directories.