Values.ExperimentReportStateSourceDescribes the state of the experiment report generation.
type nonrec t = {status : ExperimentReportStatus.t option;The state of the experiment report generation.
*)reason : ExperimentReportReason.t option;The reason for the state of the experiment report generation.
*)error : ExperimentReportError.t option;The error information of the experiment when the experiment report generation has failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ExperimentReportReason.t
| `Structure of
(string * [> `String of ExperimentReportErrorCode.t ]) list ])
list ]