Add related links

Signed-off-by: Elena Kolevska <elena@kolevska.com>
This commit is contained in:
Elena Kolevska 2024-01-25 21:21:43 +00:00
parent 63858ae8e2
commit 29fc98bc14
1 changed files with 6 additions and 1 deletions

View File

@ -91,4 +91,9 @@ For HTTP clients, Dapr translates the gRPC error model to a similar structure in
}
```
You can find the specification of all the possible status details [here](https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto).
You can find the specification of all the possible status details [here](https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto).
## Related Links
- [Authoring error codes](https://github.com/dapr/dapr/tree/master/pkg/api/errors)
- [Using error codes in the Go SDK](https://docs.dapr.io/developing-applications/sdks/go/go-client/#error-handling)