aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-07-24 10:54:10 -0700
committerGravatar GitHub <noreply@github.com>2018-07-24 10:54:10 -0700
commitbcecc177a82ff150cfe98b42778180e3cff4d21d (patch)
treeecafcfee8b7928c7658d2cab8b7fe3a8690a03b2 /doc
parent4ec08f723519123404f62089cfa1b02da1be4d89 (diff)
Update statuscodes.md
Change wording
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 9fbd58b132..2cce38295e 100644
--- a/doc/statuscodes.md
+++ b/doc/statuscodes.md
@@ -49,4 +49,4 @@ The following status codes are never generated by the library:
- OUT_OF_RANGE
- DATA_LOSS
-The decision to retry RPCs at the application level depends on the application and the type of error. There is no single guidance that will work for all.
+Applications that may wish to retry failed RPCs must decide which status codes on which to retry. As shown in the table above, the gRPC library can generate the same status code for different cases. Server applications can also return those same status codes. Therefore, there is no fixed list of status codes on which it is appropriate to retry in all applications. As a result, individual applications must make their own determination as to which status codes should cause an RPC to be retried.