Home
last modified time | relevance | path

Searched defs:debug_error_string (Results 1 – 10 of 10) 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/impl/codegen/
Dclient_context_impl.h411 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
450 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
Dclient_context.h418 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
458 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_interceptor.py414 async def debug_error_string(self) -> Optional[str]: member in InterceptedCall
892 async def debug_error_string(self) -> Optional[str]: member in UnaryUnaryCallResponse
944 async def debug_error_string(self) -> Optional[str]: member in _StreamCallResponseIterator
D_call.py123 def debug_error_string(self) -> str: member in AioRpcError
223 async def debug_error_string(self) -> str: member in Call
/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py413 async def debug_error_string(self) -> Optional[str]: member in InterceptedCall
891 async def debug_error_string(self) -> Optional[str]: member in UnaryUnaryCallResponse
943 async def debug_error_string(self) -> Optional[str]: member in _StreamCallResponseIterator
D_call.py123 def debug_error_string(self) -> str: member in AioRpcError
223 async def debug_error_string(self) -> str: member in Call
/third_party/grpc/src/python/grpcio/grpc/
D_channel.py303 def debug_error_string(self): member in _InactiveRpcError
421 def debug_error_string(self): member in _Rendezvous
622 def debug_error_string(self): member in _SingleThreadedRendezvous
681 def debug_error_string(self): member in _MultiThreadedRendezvous