Module error_handler

Module error_handler 

Source
Expand description

ErrorHandler is used to produce a HTTP response on authentication error.

A custom implementation may be provided by using into_layer_with_error_handler.

If no implementation is provided, DefaultErrorHandler will be used.

Structs§

DefaultErrorHandler

Traits§

ErrorHandler