Apply suggestions from code review

Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
This commit is contained in:
Elena Kolevska 2024-01-23 15:55:41 +00:00 committed by GitHub
parent de0f222840
commit d71bd4b81c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description: "Information on Dapr errors and how to handle them"
## Dapr Error Handling: Understanding the Error Models
Initially, Dapr followed the standard gRPC error model. However, to provide more detailed and informative error messages, Dapr is gradually transitioning to a richer error model as defined by gRPC.
Initially, errors followed the [Standard gRPC error model](https://grpc.io/docs/guides/error/#standard-error-model). However, to provide more detailed and informative error messages, an enhanced error model has been defined which aligns with the gRPC [Richer error model](https://grpc.io/docs/guides/error/#richer-error-model).
{{% alert title="Note" color="primary" %}}
Not all Dapr errors have been converted to the richer gRPC error model.