Values.JobFailureSourceIf this job failed, this element indicates why the job failed.
type nonrec t = {failureCode : JobFailureCode.t option;The failure code, if any, for the specified job.
*)failureReason : JobFailureReason.t option;The failure reason, if any, for the specified job.
*)}