diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-04-29 11:01:37 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-04-29 11:01:37 -0700 |
commit | a2b549578f94de1bf4735a26c9fc4516b96bbdaa (patch) | |
tree | 84ff7eee31a528b46348ef135981434d670bbc48 /include | |
parent | 192afb9a31d52d9a3bcd0984915377d331e04859 (diff) | |
parent | 514699c63b5470d90395b4511982d3dc3700cad3 (diff) |
Merge branch 'master' into server_channel_affinity
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index ee15b9d88d..6f7a67b715 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -393,6 +393,9 @@ GRPCAPI int grpc_header_nonbin_value_is_legal(const char *value, size_t length); /** Check whether a metadata key corresponds to a binary value */ GRPCAPI int grpc_is_binary_header(const char *key, size_t length); +/** Convert grpc_call_error values to a string */ +GRPCAPI const char *grpc_call_error_to_string(grpc_call_error error); + #ifdef __cplusplus } #endif |