module Cassandra::DBApi::Error

Overview

TODO Perhaps use https://github.com/dhruvrajvanshi/crz

Defined in:

cassandra/dbapi/error_handler.cr

Class Method Summary

Class Method Detail

def self.from_error(cass_error : LibCass::CassError, err_class = DB::Error) #

TODO handle errors properly, with tests.


[View source]
def self.from_future(cass_future : LibCass::CassFuture, err_class : Class) #

[View source]