FailedFile

The FailedFile class is used during the scanning process to record files that failed to scan properly.

Properties

Property Type Description
_id string Unique identifier for the failed file entry.
Path string File path of the file that failed to scan.
ErrorMessage string Error message generated during the scan.
StackTrace string Stack trace of the exception, if available.