43 lines
738 B
ReStructuredText
43 lines
738 B
ReStructuredText
:mod:`cassandra` - Exceptions and Enums
|
|
=======================================
|
|
|
|
.. module:: cassandra
|
|
|
|
.. data:: __version_info__
|
|
|
|
The version of the driver in a tuple format
|
|
|
|
.. data:: __version__
|
|
|
|
The version of the driver in a string format
|
|
|
|
.. autoclass:: ConsistencyLevel
|
|
:members:
|
|
|
|
.. autoexception:: Unavailable()
|
|
:members:
|
|
|
|
.. autoexception:: Timeout()
|
|
:members:
|
|
|
|
.. autoexception:: ReadTimeout()
|
|
:members:
|
|
|
|
.. autoexception:: WriteTimeout()
|
|
:members:
|
|
|
|
.. autoexception:: AlreadyExists()
|
|
:members:
|
|
|
|
.. autoexception:: InvalidRequest()
|
|
:members:
|
|
|
|
.. autoexception:: Unauthorized()
|
|
:members:
|
|
|
|
.. autoexception:: AuthenticationFailed()
|
|
:members:
|
|
|
|
.. autoexception:: OperationTimedOut()
|
|
:members:
|