Module pavex::blueprint::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§
- An error observer that has been configured but has not yet been registered with a
Blueprint
. - The type returned by
Blueprint::error_observer
.