Elgg\Upgrade\Result::getErrors PHP Method

getErrors() public method

Get error messages
public getErrors ( ) : array
return array $errors Array of error messages
    public function getErrors()
    {
        return $this->errors;
    }