pub fn error_from_exit_status_result(result: Result<(), i32>) -> Result<()>
Convert a Result<(), i32> into a Result<(), anyhow::Error>