Home
last modified time | relevance | path

Searched defs:debug_error_string (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/ruby/lib/grpc/
Derrors.rb33 attr_reader :code, :details, :metadata, :debug_error_string accessor in GRPC.BadStatus
43 debug_error_string = nil) argument
80 debug_error_string = nil) argument
112 debug_error_string = nil) argument
122 debug_error_string = nil) argument
132 debug_error_string = nil) argument
142 debug_error_string = nil) argument
152 debug_error_string = nil) argument
162 debug_error_string = nil) argument
172 debug_error_string = nil) argument
[all …]
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Drpc_status.pyx.pxi25 str debug_error_string):
40 cpdef str debug_error_string(self): member in AioRpcStatus
Drpc_status.pxd.pxi28 cpdef str debug_error_string(self) member in AioRpcStatus
/third_party/grpc/include/grpcpp/
Dclient_context.h414 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
455 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py454 async def debug_error_string(self) -> Optional[str]: member in InterceptedCall
1080 async def debug_error_string(self) -> Optional[str]: member in UnaryUnaryCallResponse
1133 async def debug_error_string(self) -> Optional[str]: member in _StreamCallResponseIterator
D_call.py142 def debug_error_string(self) -> str: member in AioRpcError
264 async def debug_error_string(self) -> str: member in Call
/third_party/grpc/src/python/grpcio/grpc/
D_channel.py408 def debug_error_string(self) -> Optional[str]: member in _InactiveRpcError
548 def debug_error_string(self) -> Optional[str]: member in _Rendezvous
778 def debug_error_string(self) -> Optional[str]: member in _SingleThreadedRendezvous
842 def debug_error_string(self) -> Optional[str]: member in _MultiThreadedRendezvous