I'm creating custom error pages for my site. I want one that, if there is a generic error (invalid querystring, improper authentication, etc.) that will be shown. This is easy enough, problem is, what error code would this be? 404 is not found, 403 forbidden.
What code would this best fall under?