Expand description
CQL responses sent by the server.
Re-exports§
Modules§
- authenticate
- CQL protocol-level representation of an
AUTHENTICATE
response. - custom_
type_ parser - Implementation of a parser for custom types in the CQL protocol.
- error
- CQL protocol-level representation of an
ERROR
response. - event
- CQL protocol-level representation of an
EVENT
response. - result
- CQL protocol-level representation of a
RESULT
response. - supported
- CQL protocol-level representation of a
SUPPORTED
response.
Enums§
- CqlResponse
Kind - Possible CQL responses received from the server
- NonError
Response - A CQL response that has been received from the server, excluding error responses. This is used to handle responses that are not errors, allowing for easier processing of valid responses without need to handle error case any later.
- Response
- A CQL response that has been received from the server.
- Response
Opcode - Opcode of a response, used to identify the response type in a CQL frame.