From cea7a7e938512d7ec95bbd8846eb000cf4575d1e Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Wed, 22 Jan 2025 22:34:01 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Elena Kolevska --- .../error-codes/error-codes-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/developing-applications/error-codes/error-codes-reference.md b/daprdocs/content/en/developing-applications/error-codes/error-codes-reference.md index e0dc6b4c1..494a123ef 100644 --- a/daprdocs/content/en/developing-applications/error-codes/error-codes-reference.md +++ b/daprdocs/content/en/developing-applications/error-codes/error-codes-reference.md @@ -7,8 +7,8 @@ weight: 20 --- The following tables list the error codes returned by Dapr runtime. -The error codes are returned in the response body of an HTTP request or in the `ErrorInfo` section of a gRPC Status response, if one is present. -An effort is underway to enrich all gRPC error responses according to the [Richer Error Model]({{< ref "grpc-error-codes.md#richer-grpc-error-model" >}}). Error codes without a corresponding gRPC code indicate errors that have not yet been updated to this model yet. +The error codes are returned in the response body of an HTTP request or in the `ErrorInfo` section of a gRPC status response, if one is present. +An effort is underway to enrich all gRPC error responses according to the [Richer Error Model]({{< ref "grpc-error-codes.md#richer-grpc-error-model" >}}). Error codes without a corresponding gRPC code indicate those errors have not yet been updated to this model. ### Actors API