pub fn vec_has_error(target: &[Result]) -> bool { target.iter().any(|t| t.is_err()) }