From 68ceb2065d3e3db12029fac2b8038cc7d7307a8c Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Wed, 25 Mar 2020 10:54:17 -0700 Subject: [PATCH] Updating the error code doc. --- reference/api/error_codes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/api/error_codes.md b/reference/api/error_codes.md index bac86156a..62c419111 100644 --- a/reference/api/error_codes.md +++ b/reference/api/error_codes.md @@ -35,4 +35,5 @@ ERR_MALFORMED_REQUEST | Error with a malformed request. ERR_DIRECT_INVOKE | Error in direct invocation. ERR_DESERIALIZE_HTTP_BODY | Error deserializing an HTTP request body. ERR_SECRET_STORE_NOT_CONFIGURED| Error that no secret store is configured. -ERR_SECRET_STORE_NOT_FOUND | Error that specified secret store is not found. \ No newline at end of file +ERR_SECRET_STORE_NOT_FOUND | Error that specified secret store is not found. +ERR_HEALTH_NOT_READY | Error that Dapr is not ready. \ No newline at end of file