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 6aa0928 commit 5606c88Copy full SHA for 5606c88
webexteamssdk/exceptions.py
@@ -53,7 +53,10 @@ class AccessTokenError(webexteamssdkException):
53
54
55
class ApiError(webexteamssdkException):
56
- """Errors returned by requests to the Webex Teams cloud APIs."""
+ """Errors returned in response to requests sent to the Webex Teams APIs.
57
+
58
+ Several data attributes are available for inspection.
59
+ """
60
61
def __init__(self, response):
62
assert isinstance(response, requests.Response)
0 commit comments