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
- MissingDICOMFieldError
- BitfountSchemaError
- DataCacheError
- DataNotLoadedError
- DataSourceError
- DataStructureError
- DuplicateColumnError
- BitfountEngineError
- bitfount.exceptions.BitfountVersionError
- bitfount.exceptions.HookError
- DataFrameExtensionError
- DataProcessingError
- DataProcessingError
- AggregatorError
- AlgorithmError
- BitfountTaskStartError
- DPNotAppliedError
- DPParameterError
- EncryptionError
- MessageHandlerDispatchError
- MessageRetrievalError
- NoNewDataError
- PodConnectFailedError
- PodNameError
- PodRegistrationError
- PodResponseError
- PodSchemaMismatchError
- PrivateSqlError
- ProtocolError
- TaskAbortError
- MonitorModuleError
- BitfountMessageServiceError
- AuthEnvironmentError
- AuthenticatedUserError
- ModelUploadError
- PodDoesNotExistError
- SchemaUploadError
- PlugInAlgorithmError
- PlugInProtocolError
- SchemaClassError
- bitfount.transformations.exceptions._BitfountTransformationsError