Module Values.InvalidChangeBatchSource

This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.

Sourcetype nonrec t = {
  1. messages : ErrorMessages.t option;
  2. message : ErrorMessage.t option;
}
Sourceval make : ?messages:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ErrorMessage.t ] list | `String of ErrorMessage.t ]) 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