Values.ReplicationTaskAssessmentRunResultStatisticSourceThe object containing the result statistics for a completed assessment run.
type nonrec t = {passed : Integer.t option;The number of individual assessments that successfully passed all checks in the assessment run.
*)failed : Integer.t option;The number of individual assessments that failed to meet the criteria defined in the assessment run.
*)error : Integer.t option;The number of individual assessments that encountered a critical error and could not complete properly.
*)warning : Integer.t option;Indicates that the recent completed AssessmentRun triggered a warning.
*)cancelled : Integer.t option;The number of individual assessments that were cancelled during the assessment run.
*)skipped : Integer.t option;The number of individual assessments that were skipped during the assessment run.
*)}