Expand description
Middleware which recovers from error.
Structsยง
- Recover
Error - Middleware that attempts to recover from service errors by turning them into a response built
from the
Status
. - Recover
Error Layer - Layer which applies the
RecoverError
middleware. - Response
Body - Response body for
RecoverError
. - Response
Future - Response future for
RecoverError
.