diff options
author | ncteisen <ncteisen@gmail.com> | 2017-11-15 17:00:24 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-11-15 17:00:56 -0800 |
commit | 8c1f338b4ab55455d064920526127495bab96e6c (patch) | |
tree | 16fe9512606e2bdaaadc0f3583ba89e138d117f8 /include | |
parent | df817f3e1a78c2760798f27d2c285936d818f656 (diff) |
Add comment
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index 83b35b1dc4..c8c1437c91 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -558,6 +558,9 @@ typedef struct grpc_op { grpc_metadata_array* trailing_metadata; grpc_status_code* status; grpc_slice* status_details; + /** If this is not nullptr, it will be populated with the full fidelity + * error string for debugging purposes. The application is responsible + * for freeing the data. */ const char** error_string; } recv_status_on_client; struct grpc_op_recv_close_on_server { |