From f6997edadb66a8507f5eb17aaabd5186e99bbc37 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Wed, 11 Dec 2019 18:58:01 -0600 Subject: [PATCH] Fix discrepancy between status names Fixes #384 --- specification/api-tracing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/api-tracing.md b/specification/api-tracing.md index 88cc1186916..cd1e1342f5f 100644 --- a/specification/api-tracing.md +++ b/specification/api-tracing.md @@ -473,7 +473,7 @@ codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md): - The operation completed successfully. - `Cancelled` - The operation was cancelled (typically by the caller). -- `UnknownError` +- `Unknown` - An unknown error. - `InvalidArgument` - Client specified an invalid argument. Note that this differs from @@ -506,7 +506,7 @@ codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md): fixed if the system state changes. - `Unimplemented` - Operation is not implemented or not supported/enabled in this service. -- `InternalError` +- `Internal` - Internal errors. Means some invariants expected by underlying system has been broken. - `Unavailable`