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()

Exception.add_note(note) – add a note to the exception

args
remove_password(password)[source]
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.