process

package
v0.0.0-...-76e51c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	*exec.ExitError
	// contains filtered or unexported fields
}

Error builds on exec.ExitError and adds the original command as well the full combined output.

func NewError

func NewError(err *exec.ExitError, combined []byte, command string) *Error

func (*Error) Combined

func (pe *Error) Combined() []byte

func (*Error) CombinedString

func (pe *Error) CombinedString() string

func (*Error) Command

func (pe *Error) Command() string

func (*Error) Unwrap

func (pe *Error) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL