bool grpc_error_has_clear_grpc_status(grpc_error *error)
A utility function to check whether there is a clear status code that doesn't need to be guessed in e...
Definition: error_utils.cc:126
void grpc_error_get_status(grpc_error *error, grpc_millis deadline, grpc_status_code *code, grpc_slice *slice, grpc_http2_error_code *http_status, const char **error_string)
A utility function to get the status code and message to be returned to the application.
Definition: error_utils.cc:48