Model
ItemStatus
Magento\AsynchronousOperations\Model\ItemStatus
What it does
This class represents the status of an individual item in an asynchronous bulk operation.
Developers use it to track whether a specific operation item succeeded or failed, including error details like messages and codes.
It's commonly used when processing bulk API operations to provide granular feedback on each item's processing result.
Public Methods
- getId()
- setId()
- getDataHash()
- setDataHash()
- getStatus()
- setStatus()
- getErrorMessage()
- setErrorMessage()
- getErrorCode()
- setErrorCode()