Expand description
ExecError — typed errors for the exec component.
Pre/during-spawn failures (no output to carry) are Err. Post-spawn
conditions with output (timeout, exit-code mismatch) are NON-error outcomes
(producer returns Ok with result + headers). See spec §Error handling.
Enums§
- Exec
Error - Errors raised by the exec producer. All surface as
CamelError::ProcessorErrorWithSource(msg, Arc<ExecError>).