Values.BatchPutAssetPropertyErrorSourceContains error information from updating a batch of asset property values.
type nonrec t = {errorCode : BatchPutAssetPropertyValueErrorCode.t option;The error code.
*)errorMessage : ErrorMessage.t option;The associated error message.
*)timestamps : Timestamps.t option;A list of timestamps for each error, if any.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of OffsetInNanos.t | `Long of TimeInSeconds.t ])
list ]
list
| `String of ErrorMessage.t ])
list ]