Is there a way to pass a custom error message to the auth0 login page

I was hoping there might be a way to pass a querystring parameter into the url like

https://[web application url]/Login?errormessage=Users With The Last Name Robertson Are Not Authorized To Login At This Time

where the application Login page would load the https://[auth0 domain]/login?[LOTS OF PARAMETERS] page (which it does now) and display the error message in the parameters.