Values.ExperimentStateSourceDescribes the state of an experiment.
type nonrec t = {status : ExperimentStatus.t option;The state of the experiment.
*)reason : ExperimentStatusReason.t option;The reason for the state.
*)error : ExperimentError.t option;The error information of the experiment when the action has failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ExperimentStatusReason.t
| `Structure of
(string * [> `String of ExperimentErrorAccountId.t ]) list ])
list ]