Module recover_error

Source
Expand description

Middleware which recovers from error.

Structsยง

RecoverError
Middleware that attempts to recover from service errors by turning them into a response built from the Status.
RecoverErrorLayer
Layer which applies the RecoverError middleware.
ResponseBody
Response body for RecoverError.
ResponseFuture
Response future for RecoverError.