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

#include <grpc_types.h>

Data Fields

size_t trailing_metadata_count
 
grpc_metadatatrailing_metadata
 
grpc_status_code status
 
grpc_slicestatus_details
 optional: set to NULL if no details need sending, non-NULL if they do pointer will not be retained past the start_batch call More...
 

Field Documentation

◆ status

grpc_status_code grpc_op::grpc_op_data::grpc_op_send_status_from_server::status

◆ status_details

grpc_slice* grpc_op::grpc_op_data::grpc_op_send_status_from_server::status_details

optional: set to NULL if no details need sending, non-NULL if they do pointer will not be retained past the start_batch call

◆ trailing_metadata

grpc_metadata* grpc_op::grpc_op_data::grpc_op_send_status_from_server::trailing_metadata

◆ trailing_metadata_count

size_t grpc_op::grpc_op_data::grpc_op_send_status_from_server::trailing_metadata_count

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