/**
  * {@inheritdoc}
  */
 public function getErrors()
 {
     return $this->stepExecution->getErrors();
 }
 /**
  * {@inheritDoc}
  */
 public function getErrors()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getErrors', array());
     return parent::getErrors();
 }