aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2016-07-18 16:26:31 -0700
committerGravatar GitHub <noreply@github.com>2016-07-18 16:26:31 -0700
commit2eebe29ec84ed6b2d5c64016b12e1782281d5a38 (patch)
tree60921e08be3231f95b65436b5e9782321137773e /doc
parentf3f5c18e5ad14a35351f672181c51998b589cef3 (diff)
parent3b67f3622bb51bd7a2f6eacd81cd93d8578d52ef (diff)
Merge pull request #7245 from muxi/fix-7181
Fix of Issue #7181 documentation and Objective C code
Diffstat (limited to 'doc')
-rw-r--r--doc/statuscodes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/statuscodes.md b/doc/statuscodes.md
index c918f9ed9a..1cd72df30a 100644
--- a/doc/statuscodes.md
+++ b/doc/statuscodes.md
@@ -18,6 +18,7 @@ Only a subset of the pre-defined status codes are generated by the gRPC librarie
| Could not decompress, but compression algorithm supported (Server -> Client) | INTERNAL | Client |
| Compression mechanism used by client not supported at server | UNIMPLEMENTED | Server |
| Server temporarily out of resources (e.g., Flow-control resource limits reached) | RESOURCE_EXHAUSTED | Server|
+| Client does not have enough memory to hold the server response | RESOURCE_EXHAUSTED | Client |
| Flow-control protocol violation | INTERNAL | Both |
| Error parsing returned status | UNKNOWN | Client |
| Incorrect Auth metadata ( Credentials failed to get metadata, Incompatible credentials set on channel and call, Invalid host set in `:authority` metadata, etc.) | UNAUTHENTICATED | Both |