Skip to content

Commit 5606c88

Browse files
committed
Update exceptions.py
1 parent 6aa0928 commit 5606c88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webexteamssdk/exceptions.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ class AccessTokenError(webexteamssdkException):
5353

5454

5555
class ApiError(webexteamssdkException):
56-
"""Errors returned by requests to the Webex Teams cloud APIs."""
56+
"""Errors returned in response to requests sent to the Webex Teams APIs.
57+
58+
Several data attributes are available for inspection.
59+
"""
5760

5861
def __init__(self, response):
5962
assert isinstance(response, requests.Response)

0 commit comments

Comments
 (0)