Hello,
I’m curious about details on Python’s RpcError class (
code): literally. I noticed that some/most errors raised and that flow through an interceptor have a
details() method attached to them, but I can’t find where and when that happens?
Interestingly, the AioRpcError class (
docs) documents such a method.
Can somebody please point me into the right direction?
Thank you!
Jens