Values.ConfigurationStatusSourceContains current status information for the configuration.
type nonrec t = {state : ConfigurationState.t option;The current state of the configuration.
*)error : ConfigurationErrorDetails.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 ErrorMessage.t ]) list ])
list ]