Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Phrase $phrase=null, \Exception $cause=null, $code=0) | |
addData ($data) | |
getData () | |
![]() | |
__construct (Phrase $phrase, \Exception $cause=null, $code=0) | |
addError (Phrase $phrase) | |
addException (LocalizedException $exception) | |
wasErrorAdded () | |
getErrors () | |
![]() | |
__construct (Phrase $phrase, \Exception $cause=null, $code=0) | |
getRawMessage () | |
getParameters () | |
getLogMessage () | |
Additional Inherited Members | |
![]() | |
$errors = [] | |
$originalPhrase | |
![]() | |
$phrase | |
$logMessage | |
Exception thrown while processing bulk of entities
@api
Definition at line 16 of file BulkException.php.
__construct | ( | Phrase | $phrase = null , |
\Exception | $cause = null , |
||
$code = 0 |
|||
) |
Exception thrown while processing bulk of entities
It is capable of holding both successfully processed entities and failed entities. Client can decide how to handle the information
\Magento\Framework\Phrase | $phrase | |
\Exception | $cause | |
int | $code |
Definition at line 33 of file BulkException.php.
addData | ( | $data | ) |
$data | array |
Definition at line 44 of file BulkException.php.
getData | ( | ) |