Values.BatchGetAssetPropertyValueErrorInfoSourceThe error information, such as the error code and the timestamp.
type nonrec t = {errorCode : BatchGetAssetPropertyValueErrorCode.t option;The error code.
*)errorTimestamp : Timestamp.t option;The date the error occurred, in Unix epoch time.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]