Values.PipelineOutputSourceContains the output from pipeline test operations, including processed records and any errors encountered.
type nonrec t = {record : Record.t option;The processed record output from the pipeline test operation.
*)error : PipelineOutputError.t option;Any error that occurred during the pipeline test operation for this record.
*)}