We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adad032 commit 220b641Copy full SHA for 220b641
dapr/clients/exceptions.py
@@ -116,7 +116,7 @@ def __init__(
116
self._reason = reason
117
error_code: str = ERROR_CODE_UNKNOWN
118
message: Optional[str] = None
119
- error_info: dict = None
+ error_info: Optional[dict] = None
120
121
if (raw_response_bytes is None or len(raw_response_bytes) == 0) and status_code == 404:
122
error_code = ERROR_CODE_DOES_NOT_EXIST
0 commit comments