Skip to main content

Module executor_error

Module executor_error 

Source
Available on crate feature std only.
Expand description

Results and error categories for child-process execution.

ExecutorError distinguishes failures to start a program from unsuccessful exits and other I/O failures. Recognized sysexits statuses are exposed as SysexitsError values so callers can handle them without parsing messages.

Enums§

ExecutorError
A configuration failure, or a failure to launch, communicate with, or complete a child process.

Type Aliases§

ExecutorResult
Captured stdout from a successful process, or an execution failure.