Skip to main content

Module error

Module error 

Source
Expand description

Error taxonomy for the execute phase.

Enums§

ExecError
Errors surfaced by crate::execute::ActionExecutor::execute implementations.

Constants§

EXEC_STDERR_CAPTURE_MAX
Cap on captured-stderr length stored on ExecError::ExecNonZero::stderr. A 2 KiB window is enough to surface the tail of a typical shell error while keeping a halt-event log line bounded.