You are here

constant NODE_IMPORT_STATUS_ERROR in Node import 6

Status error.

  • In {node_import_tasks} : the task has finished with some errors and the user has chosen to retry importing the rows that had errors. Possibly after editing the task. This has not yet been implemented.
  • In {node_import_status} : the row did not import and there were errors.

Related topics

4 uses of NODE_IMPORT_STATUS_ERROR
NodeImportTestCase::assertRowStatusERROR in tests/NodeImportTestCase.php
Check to see if the row status is NODE_IMPORT_STATUS_ERROR.
node_import_debug_report in ./node_import.admin.inc
Save a file with a debug report.
node_import_do_task in ./node_import.inc
Import a number of rows from the specified task. Should only be called from within hook_cron() or from a JS callback as this function may take a long time.
node_import_view_form_submit_download in ./node_import.admin.inc

File

./node_import.inc, line 53
Public API of the Node import module.

Code

define('NODE_IMPORT_STATUS_ERROR', 1);