Values.BadRequestExceptionSourceThe input fails to satisfy the constraints specified by the service.
type nonrec t = {message : String_.t option;reason : BadRequestReason.t option;Code indicating the reason the request was invalid.
*)details : BadRequestDetails.t option;Details describing why the request was invalid.
*)}