Values.BatchPutAssetPropertyErrorEntrySourceContains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.
type nonrec t = {entryId : EntryId.t option;The ID of the failed entry.
*)errors : BatchPutAssetPropertyErrors.t option;The list of update property value errors.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list
| `String of EntryId.t ])
list ]