Skip to content

Commit

Permalink
Add related links
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Jan 25, 2024
1 parent 63858ae commit 29fc98b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion daprdocs/content/en/reference/errors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 29fc98b

Please sign in to comment.