Looking for a dictionary of callback errors.

We are using the LoginCallback.ashx on our site. Is there a dictionary of the errors that are passed to the callback by Auth0 similar to the way there is for the Lock widget?

Because it’s passed to the callback, the Auth0 error handler isn’t catching them, and we’d like to be able to expand on the possible error messages on our error page.