You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Grpc.StatusProto/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ and the [Google APIs overview of the error model](https://cloud.google.com/apis/
32
32
33
33
## .NET implementation of the richer error model
34
34
35
-
The error model is define by the protocol buffers files [status.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
35
+
The error model is defined by the protocol buffers files [status.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
36
36
and [error_details.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto),
37
37
and the `Google.Api.CommonProtos` NuGet package that provides the generated .NET classes
38
38
from these proto files.
@@ -97,7 +97,7 @@ in [grpc/status.h](https://github.com/grpc/grpc/blob/master/include/grpc/status.
97
97
98
98
The recommendation is to use the values in `Google.Rpc.Code` as a convention.
99
99
This is a must for Google APIs and strongly recommended for third party services.
100
-
But users can use a different domain of values if they want and and as long as their
100
+
But users can use a different domain of values if they want to and as long as their
101
101
services are mutually compatible, things will work fine.
102
102
103
103
In the richer error model the `RpcException` will contain both a `Grpc.Core.Status` (for the
0 commit comments