Structs§
- Column
Spec Parse Error - An error type returned when deserialization of table column specifications fails.
Enums§
- Auth
Response Serialization Error - An error type returned when serialization of AUTH_RESPONSE request fails.
- Batch
Serialization Error - An error type returned when serialization of BATCH request fails.
- Batch
Statement Serialization Error - An error type returned when serialization of one of the batch statements fails.
- Cluster
Change Event Parse Error - An error type returned when deserialization of [Status/Topology]ChangeEvent fails.
- Column
Spec Parse Error Kind - The type of error that appeared during deserialization of a column specification.
- CqlAuth
Challenge Parse Error - An error type returned when deserialization of AUTH_CHALLENGE response fails.
- CqlAuth
Success Parse Error - An error type returned when deserialization of AUTH_SUCCESS response fails.
- CqlAuthenticate
Parse Error - An error type returned when deserialization of AUTHENTICATE response fails.
- CqlError
Parse Error - An error type returned when deserialization of ERROR response fails.
- CqlEvent
Parse Error - An error type returned when deserialization of
EVENT
response fails. - CqlRequest
Serialization Error - An error that occurred during CQL request serialization.
- CqlResponse
Parse Error - An error type returned when deserialization of CQL server response fails.
- CqlResult
Parse Error - An error type returned when deserialization of RESULT response fails.
- CqlSupported
Parse Error - An error type returned when deserialization of SUPPORTED response fails.
- CqlType
Parse Error - An error type returned when deserialization of CQL type name fails.
- Execute
Serialization Error - An error type returned when serialization of EXECUTE request fails.
- Frame
Body Extensions Parse Error - An error returned by
parse_response_body_extensions
. - Frame
Header Parse Error - An error that occurred during frame header deserialization.
- LowLevel
Deserialization Error - A low level deserialization error.
- Prepare
Serialization Error - An error type returned when serialization of PREPARE request fails.
- Prepared
Metadata Parse Error - An error type returned when deserialization of statement’s prepared metadata failed.
- Prepared
Parse Error - An error type returned when deserialization
of
RESULT::
Prepared` response fails. - Query
Parameters Serialization Error - An error type returned when serialization of query parameters fails.
- Query
Serialization Error - An error type returned when serialization of QUERY request fails.
- RawRows
AndPaging State Response Parse Error - An error that occurred during initial deserialization of
RESULT:Rows
response. Since the deserialization of rows is lazy, we initially only need to deserialize: - Register
Serialization Error - An error type returned when serialization of REGISTER request fails.
- Result
Metadata AndRows Count Parse Error - An error returned when lazy deserialization of result metadata and rows count fails.
- Result
Metadata Parse Error - An error type returned when deserialization of result metadata failed.
- Schema
Change Event Parse Error - An error type returned when deserialization of SchemaChangeEvent fails.
- SetKeyspace
Parse Error - Startup
Serialization Error - An error type returned when serialization of STARTUP request fails.
- Table
Spec Parse Error - An error type returned when deserialization of table specification fails.