scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

Add getting description for CassError #75

Closed Gor027 closed 2 years ago

Gor027 commented 2 years ago

Added implementation for cass_error_desc function to return description for a certain error.

Pre-review checklist