Module Values.BadRequestExceptionSource
The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.
Sourceval make : ?message:??? -> unit -> t Sourceval to_value :
t ->
[> `Structure of (string * [> `String of String_.t ]) list ]