Interface
ReportProcessorInterface
Magento\ImportExport\Model\Report\ReportProcessorInterface
What it does
This interface defines a contract for generating error reports during import/export operations in Magento 2.
Developers implement this interface to create custom report processors that handle import errors, allowing them to generate detailed error reports based on the processing error aggregator and optionally filter to show only items with errors.
Public Methods
- createReport()