From 29fc98bc145a4a8f762ca38ff9ade05c5a6f8b78 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Thu, 25 Jan 2024 21:21:43 +0000 Subject: [PATCH] Add related links Signed-off-by: Elena Kolevska --- daprdocs/content/en/reference/errors/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/errors/_index.md b/daprdocs/content/en/reference/errors/_index.md index dbe2d487453..35f685f7491 100644 --- a/daprdocs/content/en/reference/errors/_index.md +++ b/daprdocs/content/en/reference/errors/_index.md @@ -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). \ No newline at end of file +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)