ExceptionErrorItem
in package
Table of Contents
Properties
- $context : array<string|int, mixed>
- $entity : string
- $error : string|null
- $id : string|null
- $op : string
Methods
- __construct() : mixed
Properties
$context
public
array<string|int, mixed>
$context
the context of the whole patch
$entity
public
string
$entity
the name of the entity of that operation
$error
public
string|null
$error
the error message from the exception
$id
public
string|null
$id
the id of that operation
$op
public
string
$op
the name of the op of that operation
Methods
__construct()
public
__construct(string|null $errorMessage, OpInterface $patchOpData) : mixed
Parameters
- $errorMessage : string|null
- $patchOpData : OpInterface