diff --git a/daprdocs/content/en/developing-applications/error-codes/errors-overview.md b/daprdocs/content/en/developing-applications/error-codes/errors-overview.md index b66ce4bcb0f..84efaff29c8 100644 --- a/daprdocs/content/en/developing-applications/error-codes/errors-overview.md +++ b/daprdocs/content/en/developing-applications/error-codes/errors-overview.md @@ -6,7 +6,7 @@ weight: 10 description: "Overview of Dapr errors" --- -An error code is a numeric or alphanumeric code that indicates the nature of an error and, when possible, why it occured. +An error code is a numeric or alphanumeric code that indicates the nature of an error and, when possible, why it occurred. Dapr error codes are standardized strings for over 80+ common errors across HTTP and gRPC requests when using the Dapr APIs. These codes are both: - Returned in the JSON response body of the request.