getErrors() public method

Retrieves the list of object errors.
public getErrors ( ) : array
return array The list of errors.
Example #1
0
 /**
  * Retrieve the list of object errors.
  *
  * @return array The list of errors.
  */
 public function getErrors()
 {
     $this->_init();
     return $this->_data_cache->getErrors();
 }