Values.BatchGetAssetPropertyValueErrorEntrySourceContains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
type nonrec t = {errorCode : BatchGetAssetPropertyValueErrorCode.t option;The error code.
*)errorMessage : ErrorMessage.t option;The associated error message.
*)entryId : EntryId.t option;The ID of the entry.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]