Values.AssetStatusSourceContains information about the current status of an asset. For more information, see Asset and model states in the IoT SiteWise User Guide.
type nonrec t = {state : AssetState.t option;The current status of the asset.
*)error : ErrorDetails.t option;Contains associated error information, if any.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `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 ])
list ]