stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
13 stars 16 forks source link

Fixes #1205: add explicit handling of `DriverTimeoutException` in ThrowableToErrorMapper #1214

Closed tatu-at-datastax closed 3 months ago

tatu-at-datastax commented 3 months ago

What this PR does:

Adds missing handling for DriverTimeoutException to remove one more "unmapped" server error

Which issue(s) this PR fixes: Fixes #1205

Checklist