class ProcessingError extends Collection (View source)

Properties

protected $collection_key
string $code
string $errorMessage
protected $fieldViolationsType
protected $fieldViolationsDataType

Methods

setCode($code)

No description

string
getCode()

No description

setErrorMessage($errorMessage)

No description

string
getErrorMessage()

No description

setFieldViolations($fieldViolations)

No description

getFieldViolations()

No description

Details

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setErrorMessage($errorMessage)

No description

Parameters

$errorMessage

string getErrorMessage()

No description

Return Value

string

setFieldViolations($fieldViolations)

No description

Parameters

$fieldViolations

FieldViolation[] getFieldViolations()

No description

Return Value

FieldViolation[]