fhub_validations objectR/check_for_errors.R
check_for_errors.RdThis is meant to be used in CI workflows to raise conditions from
fhub_validations objects.
check_for_errors(x)A fhub_validations object
An error if one of the elements of x is of class fhub_failure or
fhub_unrecoverable_error. TRUE invisibly otherwise.