You are here

protected property RestfulException::$fieldErrors in RESTful 7.2

Array keyed by the field name, and array of error messages as value.

Type: array

File

src/Exception/RestfulException.php, line 26
Contains \Drupal\restful\Exception\RestfulException.

Class

RestfulException

Namespace

Drupal\restful\Exception

Code

protected $fieldErrors = array();