You are here

public function RestfulException::getFieldErrors in RESTful 7.2

Return an array with all the errors.

File

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

Class

RestfulException

Namespace

Drupal\restful\Exception

Code

public function getFieldErrors() {
  return $this->fieldErrors;
}