Module error_observer

Source
Expand description

Register error observers to intercept and report errors that occur during request handling.

§Guide

Check out the “Error observers” section of Pavex’s guide for a thorough introduction to error observers in Pavex applications.

Structs§

ErrorObserver
An error observer that has been configured but has not yet been registered with a Blueprint.
RegisteredErrorObserver
The type returned by Blueprint::error_observer.