aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-05 14:56:18 -0700
committerGravatar GitHub <noreply@github.com>2018-10-05 14:56:18 -0700
commit3b26fe7262a9db90dfb69f84ad582d9f71871a5c (patch)
tree42dce7f0151cba7cda00255a0f5aa98240f17e8b /doc
parent10dc690092082b89520365a94a8e500b2b4d9064 (diff)
parentdb0e30d6b2dcf9ecc6aeab6a97f49006928944f1 (diff)
Merge pull request #16764 from yashykt/keepaliv_status
Keepalive watchdog firing should return status UNAVAILABLE
Diffstat (limited to 'doc')
-rw-r--r--doc/statuscodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/statuscodes.md b/doc/statuscodes.md
index 06fbe5c8fe..547da05495 100644
--- a/doc/statuscodes.md
+++ b/doc/statuscodes.md
@@ -38,7 +38,7 @@ situations in which they are generated.
| Error parsing response proto | INTERNAL | Client|
| Error parsing request proto | INTERNAL | Server|
| Sent or received message was larger than configured limit | RESOURCE_EXHAUSTED | Both |
-| Keepalive watchdog times out | INTERNAL | Both |
+| Keepalive watchdog times out | UNAVAILABLE | Both |
The following status codes are never generated by the library:
- INVALID_ARGUMENT