You are here

public function FeedImportProcessor::getErrors in Feed Import 7.3

Gets an array with errors.

Return value

array An array of errors

File

feed_import_base/inc/feed_import.inc, line 736
This file contains Feed Import helpers.

Class

FeedImportProcessor
Class that processess the import.

Code

public function getErrors() {
  return $this->report['errors'];
}