Values.DeletionWarningSourceA configuration ID paired with a warning message.
type nonrec t = {configurationId : ConfigurationId.t option;The unique identifier of the configuration that produced a warning.
*)warningCode : WarningCode.t option;The integer warning code associated with the warning message.
*)warningText : WarningText.t option;A descriptive message of the warning the associated configuration ID produced.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of WarningCode.t | `String of ConfigurationId.t ])
list ]