Values.ValidationMessageSourceAn error or warning for a desired configuration option value.
type nonrec t = {message : ValidationMessageString.t option;A message describing the error or warning.
*)severity : ValidationSeverity.t option;An indication of the severity of this message: error: This message indicates that this is not a valid setting for an option. warning: This message is providing information you should take into account.
*)namespace : OptionNamespace.t option;The namespace to which the option belongs.
*)optionName : ConfigurationOptionName.t option;The name of the option.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ValidationMessageString.t ])
list ]