DatabaseError#

class langchain_community.utilities.cassandra_database.DatabaseError(message: str)[source]#

Exception raised for errors in the database schema.

Parameters:

message (str) –

message -- explanation of the error