Values.ConfigurationErrorDetailsSourceContains the details of an IoT SiteWise configuration error.
type nonrec t = {code : ErrorCode.t option;The error code.
*)message : ErrorMessage.t option;The error message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]