Module Values.ConflictExceptionSource

There was a conflict with this action, and it could not be completed.

Sourcetype nonrec t = {
  1. message : string option;
  2. reason : string option;
    (*

    The reason for the conflict exception.

    *)
}
Sourceval make : ?message:??? -> ?reason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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