Values.ComputationModelStatusSourceContains current status information for a computation model.
type nonrec t = {state : ComputationModelState.t option;The current state of the computation model.
*)error : ErrorDetails.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list ]