Module Values_1.TrialComponentStatusSource

The status of the trial component.

Sourcetype nonrec t = {
  1. primaryStatus : TrialComponentPrimaryStatus.t option;
    (*

    The status of the trial component.

    *)
  2. message : TrialComponentStatusMessage.t option;
    (*

    If the component failed, a message describing why.

    *)
}
Sourceval make : ?primaryStatus:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of TrialComponentStatusMessage.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t