public function RestfulException::getFieldErrors in RESTful 7
Return an array with all the errors.
File
- exceptions/
RestfulException.php, line 121 - Contains RestfulException
Class
- RestfulException
- @file Contains RestfulException
Code
public function getFieldErrors() {
return $this->fieldErrors;
}