Values.ProgramSetValidationFailureSourceContains information about validation failures that occurred during the processing of a program set in a quantum task.
type nonrec t = {programIndex : Long.t option;The index of the program within the program set that failed validation.
*)inputsIndex : Long.t option;The index of the input within the program set that failed validation.
*)errors : ProgramValidationFailuresList.t option;A list of error messages describing the validation failures that occurred.
*)}