|
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 () | |
Public Member Functions inherited from AbstractAggregateException | |
| __construct (Phrase $phrase, \Exception $cause=null, $code=0) | |
| addError (Phrase $phrase) | |
| addException (LocalizedException $exception) | |
| wasErrorAdded () | |
| getErrors () | |
Public Member Functions inherited from LocalizedException | |
| __construct (Phrase $phrase, \Exception $cause=null, $code=0) | |
| getRawMessage () | |
| getParameters () | |
| getLogMessage () | |
Additional Inherited Members | |
Protected Attributes inherited from AbstractAggregateException | |
| $errors = [] | |
| $originalPhrase | |
Protected Attributes inherited from LocalizedException | |
| $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 | ( | ) |