Values.InvalidRequestExceptionSourceBad request. The request is missing required parameters or has invalid parameters.
type nonrec t = {message : ErrorMessage.t option;code : ErrorCode.t option;requiredParameters : ParameterList.t option;The request omitted one or more required parameters.
*)mutuallyExclusiveParameters : ParameterList.t option;The request included parameters that cannot be provided together.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Parameter.t ] list
| `String of ErrorMessage.t ])
list ]