Sets an executor on this handler for the specified HTTP status codes or code ranges. If no specific codes or code ranges are specified, this handler will handle all status codes.
The executor function, which accepts the incoming request, the status message, and a ContextualizedRenderer.
Sets specific HTTP status codes to run this handler for.
The HTTP status codes to handle.
This ErrorHandler, for the sake of chaining.
Sets a range of HTTP status codes to run this handler for.
The beginning of the range, inclusive.
The end of the range, exclusive.
This ErrorHandler, for the sake of chaining.
Generated using TypeDoc
Handles erroneous HTTP status codes. You might, for example, use this to display a custom 404 page.