You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi All,
We have followed the advice mentioned in this Github issue to implement a ServerCall that maps exceptions to their appropriate status code. However, we've noticed this does not properly map exceptions thrown from a ServerCall.Listener.
Our question is - is throwing from one of the ServerCall.Listener methods supported (e.g. onMessage)?