Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c39 VALUE grpc_rb_eCallError = Qnil; variable
163 rb_raise(grpc_rb_eCallError, "cancel failed: %s (code=%d)", in grpc_rb_call_cancel()
195 rb_raise(grpc_rb_eCallError, "cancel with status failed: %s (code=%d)", in grpc_rb_call_cancel_with_status()
223 rb_raise(grpc_rb_eCallError, "Cannot get peer value on closed call"); in grpc_rb_call_get_peer()
240 rb_raise(grpc_rb_eCallError, "Cannot get peer cert on closed call"); in grpc_rb_call_get_peer_cert()
373 rb_raise(grpc_rb_eCallError, "Cannot set credentials of closed call"); in grpc_rb_call_set_credentials()
380 rb_raise(grpc_rb_eCallError, in grpc_rb_call_set_credentials()
824 rb_raise(grpc_rb_eCallError, "Cannot run batch on closed call"); in grpc_rb_call_run_batch()
847 rb_raise(grpc_rb_eCallError, in grpc_rb_call_run_batch()
855 rb_raise(grpc_rb_eCallError, "call#run_batch failed somehow"); in grpc_rb_call_run_batch()
[all …]
Drb_call.h48 extern VALUE grpc_rb_eCallError;
Drb_server.c216 rb_raise(grpc_rb_eCallError, in grpc_rb_server_request_call()
226 rb_raise(grpc_rb_eCallError, "request_call completion failed"); in grpc_rb_server_request_call()