Error handling

By default, DataStax drivers don’t need any special exception handling.

Every exception raised by a driver can be classified as a client exception, server exception, or a timeout.

Server errors are returned directly from the coordinator to the driver and are identical across all of the drivers. Client errors are specific to issues that occur in the driver itself. While all drivers share a driver timeout, other client error vary from driver to driver.

Exceptions are raised in DataStax drivers by methods such as the Java driver’s CqlSession.execute() or the Python driver’s session.execute().

DataStax drivers include automatic retry policies for certain error conditions as well as functionality to extend retry policies or implement manual retries. For more information, see the following:

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2025 DataStax | Privacy policy | Terms of use | Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com