- 
                Notifications
    
You must be signed in to change notification settings  - Fork 201
 
Open
Labels
docsImprovements for documentation and examplesImprovements for documentation and examples
Description
The gRPC Errors example could be improved by adding to the server source:
try { } catch (Exception all) { return failed(mapToGrpcStatusException(all)); }around endpoint.- Add 
GrpcExceptionMapperServiceFiltertoGrpcServerBuilderfor mapping errors returned by other filters. 
Metadata
Metadata
Assignees
Labels
docsImprovements for documentation and examplesImprovements for documentation and examples