UnprocessableEntityHttpException represents an "Unprocessable Entity" HTTP
exception with status code 422.
Use this exception to inform that the server understands the content type of
the request entity and the syntax of that request entity is correct but the server
was unable to process the contained instructions. For example, to return form
validation errors.