cassandra.connection
- Low Level Connection Info
exception ConnectionException
An unrecoverable error was hit when attempting to use a connection, or the connection was already closed or defunct.
exception ConnectionShutdown
Raised when a connection has been marked as defunct or has been closed.
exception ConnectionBusy
An attempt was made to send a message through a Connection
that
was already at the max number of in-flight operations.
exception ProtocolError
Communication did not match the protocol that this driver expects.