Skip to main content

ErrorHandlerFn

Type Alias ErrorHandlerFn 

Source
pub type ErrorHandlerFn = fn(Error, &ErrorContext) -> Response;
Expand description

Signature for custom error handler functions.