grpc-errors
grpc-errors copied to clipboard
Add examples of server error interceptors for Java and Kotlin
For Java, something like https://github.com/grpc/grpc-java/issues/1552#issuecomment-219476882 .
For Kotlin, it currently has to be different: https://github.com/grpc/grpc-kotlin/issues/141#issuecomment-696443611 .
It would also be great to mention these in the gRPC error docs: https://grpc.io/docs/guides/error/ .
@mfickett would you be interested in sending a PR? (sorry for responding so late)