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