Expand description
This module contains various errors which can be returned by Session
.
Structs§
- An error indicating that a connection was broken. Possible error reasons:
- An error that occurred during connection setup request execution. It indicates that request needed to initiate a connection failed.
Enums§
- Invalid keyspace name given to
Session::use_keyspace()
- Error caused by caller creating an invalid query
- A reason why connection was broken.
- An error that appeared on a connection level. It indicated that connection can no longer be used and should be dropped.
- An error that occurred when selecting a node connection to perform a request on.
- Failed to handle a CQL event received on a stream -1. Possible error kinds are:
- An error sent from the database in response to a query as described in the specification\
- An error that occurred during specific keyspace’s metadata fetch.
- An error that occurred during keyspaces metadata fetch.
- An error that occurred during cluster metadata fetch.
- Error that occurred during session creation
- Type of the operation rejected by rate limiting
- An error that occurred during peers metadata fetch.
- A protocol error.
- Error that occurred during query execution
- An error that occurred when performing a request.
- A protocol error that occurred during schema version fetch.
- An error that occurred during tables metadata fetch.
- A protocol error that occurred during tracing info fetch.
- Error caused by failed address translation done before establishing connection
- An error that occurred during UDTs metadata fetch.
- A protocol error that occurred during
USE KEYSPACE <>
request. - An error that occurred during views metadata fetch.
- Type of write operation requested