UnknownTokenLogOption (NotesDXLImporter - LotusScript®)

Enables you to assign different error messages to different types of errors thrown when unrecognized data is encountered by the importer.

Defined in

NotesDXLImporter

Data type

Constant of type Integer

Syntax

To get: option% = notesDXLImporter .UnknownTokenLogOption

To set: notesDXLImporter .UnknownTokenLogOption = option%

Legal values

  • DXLLOGOPTION_FATALERROR (4)

    (Default) Aborts the import and reports the error to the log.

  • DXLLOGOPTION_ERROR (3)

    Reports the error to the log.

  • DXLLOGOPTION_WARNING (2)

    Displays a warning that an error has been encountered.

  • DXLLOGOPTION_IGNORE (1)

    Does not abort the import, but ignores the error messages. Use this option if validation is on.

Usage

Use the InputValidationOption property to turn the validator on or off.

The name of the log is IMPORTER.LOG.