dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
230 stars 128 forks source link

Update docs with examples of error handling #649

Closed elena-kolevska closed 8 months ago

elena-kolevska commented 10 months ago

Describe the feature

We need to update the client docs with examples of error parsing, for the new standardised errors in dapr (https://github.com/dapr/dapr/pull/7257)

Release Note

RELEASE NOTE: DOCS UPDATE Update docs with examples of error handling.

berndverst commented 10 months ago

There are no standardized errors yet - and these are unknown to me as maintainer. This issue is not actionable until standardized errors are released and finalized.

elena-kolevska commented 10 months ago

Yes, the issue is not actionable yet indeed, but I needed to create it so I could add it to the dapr/dapr PR, because they're related. The PR is not merged yet, but it's actively being worked on. This is the work Cassie and I presented in the last community call btw, related to this proposal.

elena-kolevska commented 8 months ago

Closed in https://github.com/dapr/python-sdk/pull/659