Values.PortalStatusSourceContains information about the current status of a portal.
type nonrec t = {state : PortalState.t option;The current state of the portal.
*)error : MonitorErrorDetails.t option;Contains associated error information, if any.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of MonitorErrorMessage.t ])
list ])
list ]