Model
FeedExportStatus
Magento\DataExporter\Model\FeedExportStatus
What it does
This is a Data Transfer Object (DTO) that represents the result of a feed export operation in Magento's Data Exporter module.
Developers use this class to check if a feed export succeeded or failed, retrieve error messages, get a list of items that failed to export, and access additional metadata about the export operation.
Public Methods
- getReasonPhrase()
- getFailedItems()
- getStatus()
- getMetadata()