Module Values.IdempotentParameterMismatchExceptionSource

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

Sourcetype nonrec t = {
  1. message : ErrorMessage.t option;
  2. code : ErrorCode.t option;
}
Sourceval make : ?message:??? -> ?code:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ErrorCode.t | `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