Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/
H A 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 …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Drpc_status.pyx.pxi25 str debug_error_string):
40 cpdef str debug_error_string(self): member in AioRpcStatus
H A Drpc_status.pxd.pxi28 cpdef str debug_error_string(self) member in AioRpcStatus
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
454 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
454 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
454 void set_debug_error_string(const std::string& debug_error_string) { in set_debug_error_string()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_interceptor.py453 async def debug_error_string(self) -> Optional[str]: member in InterceptedCall
1076 async def debug_error_string(self) -> Optional[str]: member in UnaryUnaryCallResponse
1129 async def debug_error_string(self) -> Optional[str]: member in _StreamCallResponseIterator
H A D_call.py133 def debug_error_string(self) -> str: member in AioRpcError
255 async def debug_error_string(self) -> str: member in Call
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs172 debug_error_string: String, field
253 pub fn debug_error_string(&self) -> &str { in debug_error_string() method