luminadb.errors module
Errors
- exception luminadb.errors.CuteDemonLordException[source]
Bases:
ExceptionA demon lord (cute one, somehow a dude) aborts an SQL statement
- exception luminadb.errors.DatabaseExistsError[source]
Bases:
UnexpectedResultErrorDatabase that would be created is already exists.
- exception luminadb.errors.DatabaseMissingError[source]
Bases:
UnexpectedResultErrorDatabase that would be accessed is missing.
- exception luminadb.errors.DependencyError[source]
Bases:
ImportErrorSpecific dependency is missing
- exception luminadb.errors.ImplementationWarning[source]
Bases:
FutureWarningThe implementation of specific feature is not supported
- exception luminadb.errors.ObjectRemovedError[source]
Bases:
BaseExceptionObject is deleted from memory and cannot be obtained
- exception luminadb.errors.UnexpectedResultError[source]
Bases:
ExceptionResult of something is unexpected.
- exception luminadb.errors.VersionError[source]
Bases:
FeatureGatekeepCurrent version cannot use this feature