bi_etl.bulk_loaders.bulk_loader_exception module

exception bi_etl.bulk_loaders.bulk_loader_exception.BulkLoaderException(base_exception, message=None, password=None)[source]

Bases: Exception

__init__(base_exception, message=None, password=None)[source]
add_error(error)[source]
add_note(note, /)

Add a note to the exception

args
remove_password(password)[source]
with_traceback(tb, /)

Set self.__traceback__ to tb and return self.