/**
  * Returns occured errors.
  *
  * @return DataList
  */
 public function getErrorList()
 {
     if ($this->paymentMethodObj) {
         return $this->paymentMethodObj->getErrorList();
     }
     return false;
 }