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 the FloofRenderer.
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 at a global level (i.e. not associated with a floofball). Used when an error is thrown outside the context of a floofball.