exceptions
Custom exceptions for the Bitfount codebase.
Classes
BitfountEngineError
class BitfountEngineError(*args, **kwargs):
Exception for any issues relating to the backend engine.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
BitfountError
class BitfountError(*args, **kwargs):
Base exception class that all others should inherit from.
Ancestors
- builtins.Exception
- builtins.BaseException
Subclasses
- BitfountSchemaError
- DataNotLoadedError
- DataStructureError
- DatabaseMissingTableError
- DatabaseSchemaNotFoundError
- DatabaseUnsupportedQueryError
- DatasetSplitterError
- DuplicateColumnError
- BitfountEngineError
- AggregatorError
- BitfountTaskStartError
- DPParameterError
- EncryptionError
- MessageHandlerNotFoundError
- MessageRetrievalError
- PSIError
- PodConnectFailedError
- PodNameError
- PodRegistrationError
- PodResponseError
- PrivateSqlError
- SecureShareError
- BitfountMessageServiceError
- AuthEnvironmentError
- ModelUploadError
- PodDoesNotExistError
- SchemaUploadError
- SchemaClassError
- bitfount.transformations.exceptions._BitfountTransformationsError