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
Namespace
Drupal\restful\ExceptionCode
public function getFieldErrors() {
return $this->fieldErrors;
}