Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Data Fields | Protected Attributes
ProcessingError Class Reference

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
 

Detailed Description

Class describe Processing Error

@api

Since
100.0.2

Definition at line 15 of file ProcessingError.php.

Member Function Documentation

◆ getColumnName()

getColumnName ( )
Returns
string

Definition at line 104 of file ProcessingError.php.

◆ getErrorCode()

getErrorCode ( )
Returns
string

Definition at line 80 of file ProcessingError.php.

◆ getErrorDescription()

getErrorDescription ( )
Returns
string

Definition at line 120 of file ProcessingError.php.

◆ getErrorLevel()

getErrorLevel ( )
Returns
string

Definition at line 112 of file ProcessingError.php.

◆ getErrorMessage()

getErrorMessage ( )
Returns
string

Definition at line 88 of file ProcessingError.php.

◆ getRowNumber()

getRowNumber ( )
Returns
int

Definition at line 96 of file ProcessingError.php.

◆ init()

init (   $errorCode,
  $errorLevel = null,
  $rowNumber = null,
  $columnName = null,
  $errorMessage = null,
  $errorDescription = null 
)
Parameters
string$errorCode
string | null$errorLevel
int | null$rowNumber
string | null$columnName
string | null$errorMessage
string | null$errorDescription
Returns
void

Definition at line 61 of file ProcessingError.php.

Field Documentation

◆ $columnName

$columnName
protected

Definition at line 45 of file ProcessingError.php.

◆ $errorCode

$errorCode
protected

Definition at line 25 of file ProcessingError.php.

◆ $errorDescription

$errorDescription
protected

Definition at line 35 of file ProcessingError.php.

◆ $errorLevel

$errorLevel
protected

Definition at line 50 of file ProcessingError.php.

◆ $errorMessage

$errorMessage
protected

Definition at line 30 of file ProcessingError.php.

◆ $rowNumber

$rowNumber
protected

Definition at line 40 of file ProcessingError.php.

◆ ERROR_LEVEL_CRITICAL

const ERROR_LEVEL_CRITICAL = 'critical'

Definition at line 17 of file ProcessingError.php.

◆ ERROR_LEVEL_NOT_CRITICAL

const ERROR_LEVEL_NOT_CRITICAL = 'not-critical'

Definition at line 18 of file ProcessingError.php.

◆ ERROR_LEVEL_NOTICE

const ERROR_LEVEL_NOTICE = 'notice'

Definition at line 20 of file ProcessingError.php.

◆ ERROR_LEVEL_WARNING

const ERROR_LEVEL_WARNING = 'warning'

Definition at line 19 of file ProcessingError.php.


The documentation for this class was generated from the following file: