Re-exports§
pub use super::request::auth_response::AuthResponseSerializationError;
pub use super::request::batch::BatchSerializationError;
pub use super::request::batch::BatchStatementSerializationError;
pub use super::request::execute::ExecuteSerializationError;
pub use super::request::prepare::PrepareSerializationError;
pub use super::request::query::QueryParametersSerializationError;
pub use super::request::query::QuerySerializationError;
pub use super::request::register::RegisterSerializationError;
pub use super::request::startup::StartupSerializationError;
Structs§
- Column
Spec Parse Error - An error type returned when deserialization of table column specifications fails.
Enums§
- 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.
- 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.
- 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. - 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: - 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 - Table
Spec Parse Error - An error type returned when deserialization of table specification fails.