Skip to content

Commit e3f0113

Browse files
committed
Update Docs
1 parent 60a5dcc commit e3f0113

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/user/api.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Exceptions
117117

118118
.. autoexception:: SparkApiError
119119

120+
.. autoexception:: SparkRateLimitError
121+
120122

121123
.. _Spark Data Objects:
122124

@@ -180,6 +182,14 @@ Webhook
180182
.. autoclass:: Webhook()
181183

182184

185+
.. _WebhookEvent:
186+
187+
Webhook Event
188+
-------------
189+
190+
.. autoclass:: WebhookEvent()
191+
192+
183193
.. _Organization:
184194

185195
Organization

docs/user/quickstart.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,9 @@ You can catch any errors returned by the Cisco Spark cloud by catching
303303
>>>
304304
305305
ciscosparkapi will also raise a number of other standard errors
306-
(:exc:`AssertionError`, :exc:`TypeError`, etc.) and other package errors like
307-
:exc:`ciscosparkapiException`; however, these errors are usually caused by
308-
incorrect use of the package or methods and should be sorted while debugging
309-
your app.
306+
(:exc:`TypeError`, :exc:`ValueError`, etc.); however, these errors are usually
307+
caused by incorrect use of the package or methods and should be sorted while
308+
debugging your app.
310309

311310

312311
Working with Returned Objects

0 commit comments

Comments
 (0)