Module Error
Every error is represented by a table with the following properties.
error |
A description of any error returned by the library. |
-
error
-
A description of any error returned by the library.
Fields:
- code
The error code for the error.
-1
means the error comes from the client.
- message
A formatted error message (with the translated error code if is a Cassandra error).
- raw_message
The raw error message as returned by Cassandra.