Creates a response for an HTTP error an automatically generates an HTML page to display it.
Response.error(404); Response.error(StatusCodes.methodNotAllowed, ["Allow": "GET"]);
See Implementation
Creates a response for an HTTP error an automatically generates an HTML page to display it.