Exceptions

exception datalake_ingestion.exceptions.PreprocessError(message)[source]

Bases: Exception

Base class for all preprocessing exceptions

exception datalake_ingestion.exceptions.PreprocessFailed(message)[source]

Bases: datalake_ingestion.exceptions.PreprocessError

Is raised when preprocessor in unable to process a file

exception datalake_ingestion.exceptions.HackDetected(message)[source]

Bases: datalake_ingestion.exceptions.PreprocessError

Is raised when a suspicious content is detected in a file