Hello, I’m curious about details on Python’s RpcError class (code <https://github.com/grpc/grpc/blob/377b6759ba49333cc200bf8cac9765b368b7e82c/src/python/grpcio/grpc/__init__.py#L313-L314>): 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 <https://grpc.github.io/grpc/python/grpc_asyncio.html#grpc.aio.AioRpcError>) documents such a method. Can somebody please point me into the right direction? Thank you! Jens -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/3cce4592-0185-45b6-b443-e48c17c03bd5n%40googlegroups.com.
