pub fn take_stdout_failure() -> Option<Error>Expand description
The stdout failure a successful run still has to answer for, if any.
None when the result was delivered or the consumer stopped
listening. The caller turns the retained error into the run’s one
typed failure; a closed pipe stays the reason-free clean-suppression
case.