Log in
Interface

ItemStatusInterface

Magento\AsynchronousOperations\Api\Data\ItemStatusInterface

What it does

This interface defines a temporary status object used to track whether individual items were accepted or rejected when scheduling bulk asynchronous operations in Magento 2.

Developers use this to check the status of each item submitted to a bulk operation queue, including any error messages or codes if an item was rejected.

Public Methods

  • getId()
  • setId()
  • getDataHash()
  • setDataHash()
  • getStatus()
  • setStatus()
  • getErrorMessage()
  • setErrorMessage()
  • getErrorCode()
  • setErrorCode()