BadRequestHttpException represents a "Bad Request" HTTP exception with status code 400.
Use this exception to represent a generic client error. In many cases, there
may be an HTTP exception that more precisely describes the error. In that
case, consider using the more precise exception to provide the user with
additional information.