You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""A standard error message that can be shown when an API response cannot be parsed.
36
36
37
37
This error message includes a link to the issue tracker for the SDK for users to report the issue to us.
38
+
39
+
:param response: The response object from the API request.
40
+
:param debug_headers: Whether to include headers in the request log. Defaults to False to defensively handle cases where request headers might contain sensitive data (e.g. tokens).
0 commit comments