Structs§
- Already
Exists Error - The query attempted to create a keyspace or a table that was already existing. Read more…
- Error
Body - CDRS error which could be returned by Cassandra server as a response. As in the specification,
it contains an error code and an error message. Apart of those depending of type of error,
it could contain additional information represented by
additional_info
property. - Function
Failure Error - A (user defined) function failed during execution.
- Read
Failure Error - A non-timeout exception during a read request.
- Read
Timeout Error - Timeout exception during a read request.
- Unavailable
Error - Additional info about unavailable exception
- Unprepared
Error - Can be thrown while a prepared statement tries to be executed if the provided prepared statement ID is not known by this host. Read more…
- Write
Failure Error - A non-timeout exception during a write request.
- Write
Timeout Error - Timeout exception during a write request.
Enums§
- Error
Type - Additional error info in accordance to Cassandra protocol v4.
- Failure
Info - Protocol-dependent failure information. V5 contains a map of endpoint->code entries, while previous versions contain only error count.
- Write
Type - Describes the type of the write that failed. Read more…