Skip to main content

counts_as_failed

Function counts_as_failed 

Source
pub(crate) fn counts_as_failed(outcome: &Outcome) -> bool
Expand description

Whether an outcome counts against the iteration’s items_failed: an error code is a failed item, so a verify poll answered notRegistered is not one.