Values_1.TrialComponentStatusSourceThe status of the trial component.
type nonrec t = {primaryStatus : TrialComponentPrimaryStatus.t option;The status of the trial component.
*)message : TrialComponentStatusMessage.t option;If the component failed, a message describing why.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of TrialComponentStatusMessage.t ])
list ]