Values_0.BatchUpdatePartitionFailureEntrySourceContains information about a batch update partition error.
type nonrec t = {partitionValueList : BoundedPartitionValueList.t option;A list of values defining the partitions.
*)errorDetail : ErrorDetail.t option;The details about the batch update partition error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ValueString.t ] list
| `Structure of (string * [> `String of NameString.t ]) list ])
list ]