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§
- Executor
Error - A configuration failure, or a failure to launch, communicate with, or complete a child process.
Type Aliases§
- Executor
Result - Captured stdout from a successful process, or an execution failure.