Пример #1
0
 /**
  * Get the list of errors encountered by the main worker.
  *
  * @return a list of errors, may be null.
  */
 public List<ScriptError> getMainErrors() {
   return mainWorker.getErrors();
 }