/**
  * Shortcut to get the errors.
  *
  * @return \Netzmacht\Contao\FormHelper\Partial\Errors
  */
 public function getErrors()
 {
     return $this->view->getErrors();
 }