aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-11-21 07:35:32 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 07:35:32 -0800
commitdd010f2297560edcfa863c90988020ade485f53a (patch)
tree4b464ba1969313b1e00920a7a61b17ec59938fe8 /src/core/lib/channel
parent39b0325dc7770b3325a3604b62120f1e9fed301e (diff)
parent11c1c47fe95e6ec8c9ff97d1e702561eee36434e (diff)
Merge pull request #13364 from ncteisen/surfacing-error-details
Add Error String to Recv Status API
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r--src/core/lib/channel/channel_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h
index 6b41ad105a..830c1123d0 100644
--- a/src/core/lib/channel/channel_stack.h
+++ b/src/core/lib/channel/channel_stack.h
@@ -84,6 +84,7 @@ typedef struct {
typedef struct {
grpc_call_stats stats;
grpc_status_code final_status;
+ const char** error_string;
} grpc_call_final_info;
/* Channel filters specify: