UnknownTokenLogOption (NotesDxlImporter - JavaScript)

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

Defined in

NotesDxlImporter

Syntax

getUnknownTokenLogOption() : int

setUnknownTokenLogOption(option:int) : void

Legal value Description
DxlImporter.DXLLOGOPTION_FATALERROR (4) (Default) Aborts the import and reports the error to the log.
DxlImporter.DXLLOGOPTION_ERROR (3) Reports the error to the log.
DxlImporter.DXLLOGOPTION_WARNING (2) Displays a warning that an error has been encountered.
DxlImporter.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.