FeedExportStatusBuilder
Magento\DataExporter\Model\FeedExportStatusBuilder
What it does
This builder class creates FeedExportStatus objects that represent the result of a data export operation in Magento's Data Exporter module.
Developers use this when they need to construct standardized status responses for feed export operations, including status codes, error messages, failed items, and metadata.
It provides a centralized, error-handled way to build export status objects with proper logging.
Public Methods
- build()