Home
last modified time | relevance | path

Searched refs:_is_informative_grpc_error (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/python-api-core/google/api_core/
Dexceptions.py485 def _is_informative_grpc_error(rpc_exc): function
537 if isinstance(rpc_exc, grpc.Call) or _is_informative_grpc_error(rpc_exc):