Searched refs:rb_error_code_details (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 138 VALUE rb_error_code_details; variable 142 VALUE detail_ref = rb_hash_aref(rb_error_code_details, UINT2NUM(err)); in grpc_call_error_detail_of() 899 rb_global_variable(&rb_error_code_details); in Init_grpc_error_codes() 902 rb_error_code_details = rb_hash_new(); in Init_grpc_error_codes() 903 rb_hash_aset(rb_error_code_details, UINT2NUM(GRPC_CALL_OK), in Init_grpc_error_codes() 905 rb_hash_aset(rb_error_code_details, UINT2NUM(GRPC_CALL_ERROR), in Init_grpc_error_codes() 907 rb_hash_aset(rb_error_code_details, UINT2NUM(GRPC_CALL_ERROR_NOT_ON_SERVER), in Init_grpc_error_codes() 909 rb_hash_aset(rb_error_code_details, UINT2NUM(GRPC_CALL_ERROR_NOT_ON_CLIENT), in Init_grpc_error_codes() 911 rb_hash_aset(rb_error_code_details, in Init_grpc_error_codes() 914 rb_hash_aset(rb_error_code_details, UINT2NUM(GRPC_CALL_ERROR_ALREADY_INVOKED), in Init_grpc_error_codes() [all …]
|