Skip to content

Commit d562675

Browse files
committed
Add new request exceptions to docs
1 parent 275a266 commit d562675

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class FunctionFailure(Exception):
308308

309309
arg_types = None
310310
"""
311-
Argument types of the function
311+
List of argument type names of the function
312312
"""
313313

314314
def __init__(self, summary_message, keyspace, function, arg_types):

docs/api/cassandra.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
.. autoexception:: WriteTimeout()
2727
:members:
2828

29+
.. autoexception:: ReadFailure()
30+
:members:
31+
32+
.. autoexception:: WriteFailure()
33+
:members:
34+
35+
.. autoexception:: FunctionFailure()
36+
:members:
37+
2938
.. autoexception:: AlreadyExists()
3039
:members:
3140

0 commit comments

Comments
 (0)