Lines Matching refs:errors
53 $errors = $this->validate($predicate);
54 if ($errors) {
55 $this->displayErrors($errors);
64 $errors = $this->validate($predicate);
65 if ($errors) {
66 $this->displayErrors($errors);
229 $errors = [];
231 $errors[] = 'val schema blank';
235 $errors[] = 'val field blank';
239 $errors[] = 'val operator blank';
243 $errors[] = 'val value blank';
247 $errors[] = 'val users_and_groups blank';
251 $errors[] = 'val message blank';
254 return $errors;
257 protected function displayErrors($errors) argument
259 foreach ($errors as $error) {