Values.BatchGetAssetPropertyAggregatesErrorEntrySourceContains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
type nonrec t = {errorCode : BatchGetAssetPropertyAggregatesErrorCode.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 ]