Module Values_0.BatchUpdatePartitionFailureEntrySource

Contains information about a batch update partition error.

Sourcetype nonrec t = {
  1. partitionValueList : BoundedPartitionValueList.t option;
    (*

    A list of values defining the partitions.

    *)
  2. errorDetail : ErrorDetail.t option;
    (*

    The details about the batch update partition error.

    *)
}
Sourceval make : ?partitionValueList:??? -> ?errorDetail:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ValueString.t ] list | `Structure of (string * [> `String of NameString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t