GRPC C++  1.62.0
Data Fields
grpc_op::grpc_op_data::grpc_op_recv_close_on_server Struct Reference

#include <grpc_types.h>

Data Fields

int * cancelled
 out argument, set to 1 if the call failed at the server for a reason other than a non-OK status (cancel, deadline exceeded, network failure, etc.), 0 otherwise (RPC processing ran to completion and was able to provide any status from the server) More...
 

Field Documentation

◆ cancelled

int* grpc_op::grpc_op_data::grpc_op_recv_close_on_server::cancelled

out argument, set to 1 if the call failed at the server for a reason other than a non-OK status (cancel, deadline exceeded, network failure, etc.), 0 otherwise (RPC processing ran to completion and was able to provide any status from the server)


The documentation for this struct was generated from the following file: