Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
init ( $errorCode, $errorLevel=null, $rowNumber=null, $columnName=null, $errorMessage=null, $errorDescription=null) | |
getErrorCode () | |
getErrorMessage () | |
getRowNumber () | |
getColumnName () | |
getErrorLevel () | |
getErrorDescription () | |
Data Fields | |
const | ERROR_LEVEL_CRITICAL = 'critical' |
const | ERROR_LEVEL_NOT_CRITICAL = 'not-critical' |
const | ERROR_LEVEL_WARNING = 'warning' |
const | ERROR_LEVEL_NOTICE = 'notice' |
Protected Attributes | |
$errorCode | |
$errorMessage | |
$errorDescription | |
$rowNumber | |
$columnName | |
$errorLevel | |
Class describe Processing Error
@api
Definition at line 15 of file ProcessingError.php.
getColumnName | ( | ) |
getErrorCode | ( | ) |
getErrorDescription | ( | ) |
Definition at line 120 of file ProcessingError.php.
getErrorLevel | ( | ) |
getErrorMessage | ( | ) |
getRowNumber | ( | ) |
init | ( | $errorCode, | |
$errorLevel = null , |
|||
$rowNumber = null , |
|||
$columnName = null , |
|||
$errorMessage = null , |
|||
$errorDescription = null |
|||
) |
string | $errorCode | |
string | null | $errorLevel | |
int | null | $rowNumber | |
string | null | $columnName | |
string | null | $errorMessage | |
string | null | $errorDescription |
Definition at line 61 of file ProcessingError.php.
|
protected |
Definition at line 45 of file ProcessingError.php.
|
protected |
Definition at line 25 of file ProcessingError.php.
|
protected |
Definition at line 35 of file ProcessingError.php.
|
protected |
Definition at line 50 of file ProcessingError.php.
|
protected |
Definition at line 30 of file ProcessingError.php.
|
protected |
Definition at line 40 of file ProcessingError.php.
const ERROR_LEVEL_CRITICAL = 'critical' |
Definition at line 17 of file ProcessingError.php.
const ERROR_LEVEL_NOT_CRITICAL = 'not-critical' |
Definition at line 18 of file ProcessingError.php.
const ERROR_LEVEL_NOTICE = 'notice' |
Definition at line 20 of file ProcessingError.php.
const ERROR_LEVEL_WARNING = 'warning' |
Definition at line 19 of file ProcessingError.php.