trulens.core.database.exceptions¶
trulens.core.database.exceptions
¶
Classes¶
DatabaseVersionException
¶
Bases: Exception
Exceptions for database version problems.
Classes¶
Reason
¶
Bases: Enum
Reason for the version exception.
AHEAD
class-attribute
instance-attribute
¶AHEAD = 1
Initialized database is ahead of the stored version.
BEHIND
class-attribute
instance-attribute
¶BEHIND = 2
Initialized database is behind the stored version.
RECONFIGURED
class-attribute
instance-attribute
¶RECONFIGURED = 3
Initialized database differs in configuration compared to the stored version.
Configuration differences recognized
- table_prefix