API16:JException/getErrors
From Joomla! Documentation
Description
Return all errors, if any
<! removed transcluded page call, red link never existed >
Syntax
getErrors()
Returns
array Array of error messages or JErrors
Defined in
libraries/joomla/error/exception.php
Importing
jimport( 'joomla.error.exception' );
Source Body
public function getErrors()
{
return $this->_errors;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples