Values.InvalidRequestExceptionSourceThis exception occurs when there is something wrong with user input.
type nonrec t = {errorCode : ErrorCode.t option;The error code associated with the exception.
*)message : ErrorMessage.t option;The message associated with the exception.
*)}