Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 738 Bytes

File metadata and controls

42 lines (27 loc) · 738 Bytes

: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: