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
RecoverErrormiddleware. - Response
Body - Response body for
RecoverError. - Response
Future - Response future for
RecoverError.