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 fff5c0d commit bcfb1aeCopy full SHA for bcfb1ae
core/utils.py
@@ -172,6 +172,7 @@ def parse_service_error(body: Any) -> Optional['ServiceError']:
172
return None
173
if not isinstance(body, dict) or "$isServiceError" not in body or not body["$isServiceError"]:
174
175
+ logger.debug(body)
176
return ServiceError(
177
body["cause"],
178
body["code"],
0 commit comments