Module frame_errors

Source

Structs§

ColumnSpecParseError
An error type returned when deserialization of table column specifications fails.

Enums§

AuthResponseSerializationError
An error type returned when serialization of AUTH_RESPONSE request fails.
BatchSerializationError
An error type returned when serialization of BATCH request fails.
BatchStatementSerializationError
An error type returned when serialization of one of the batch statements fails.
ClusterChangeEventParseError
An error type returned when deserialization of [Status/Topology]ChangeEvent fails.
ColumnSpecParseErrorKind
The type of error that appeared during deserialization of a column specification.
CqlAuthChallengeParseError
An error type returned when deserialization of AUTH_CHALLENGE response fails.
CqlAuthSuccessParseError
An error type returned when deserialization of AUTH_SUCCESS response fails.
CqlAuthenticateParseError
An error type returned when deserialization of AUTHENTICATE response fails.
CqlErrorParseError
An error type returned when deserialization of ERROR response fails.
CqlEventParseError
An error type returned when deserialization of EVENT response fails.
CqlRequestSerializationError
An error that occurred during CQL request serialization.
CqlResponseParseError
An error type returned when deserialization of CQL server response fails.
CqlResultParseError
An error type returned when deserialization of RESULT response fails.
CqlSupportedParseError
An error type returned when deserialization of SUPPORTED response fails.
CqlTypeParseError
An error type returned when deserialization of CQL type name fails.
ExecuteSerializationError
An error type returned when serialization of EXECUTE request fails.
FrameBodyExtensionsParseError
An error returned by parse_response_body_extensions.
FrameHeaderParseError
An error that occurred during frame header deserialization.
LowLevelDeserializationError
A low level deserialization error.
PrepareSerializationError
An error type returned when serialization of PREPARE request fails.
PreparedMetadataParseError
An error type returned when deserialization of statement’s prepared metadata failed.
PreparedParseError
An error type returned when deserialization of RESULT::Prepared` response fails.
QueryParametersSerializationError
An error type returned when serialization of query parameters fails.
QuerySerializationError
An error type returned when serialization of QUERY request fails.
RawRowsAndPagingStateResponseParseError
An error that occurred during initial deserialization of RESULT:Rows response. Since the deserialization of rows is lazy, we initially only need to deserialize:
RegisterSerializationError
An error type returned when serialization of REGISTER request fails.
ResultMetadataAndRowsCountParseError
An error returned when lazy deserialization of result metadata and rows count fails.
ResultMetadataParseError
An error type returned when deserialization of result metadata failed.
SchemaChangeEventParseError
An error type returned when deserialization of SchemaChangeEvent fails.
SetKeyspaceParseError
StartupSerializationError
An error type returned when serialization of STARTUP request fails.
TableSpecParseError
An error type returned when deserialization of table specification fails.