mirror of https://github.com/dapr/docs.git
Updating the error code doc.
This commit is contained in:
parent
fdc0840c0b
commit
68ceb2065d
|
@ -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.
|
||||
ERR_SECRET_STORE_NOT_FOUND | Error that specified secret store is not found.
|
||||
ERR_HEALTH_NOT_READY | Error that Dapr is not ready.
|
Loading…
Reference in New Issue