UnknownTokenLogOption (DxlImporter - Java)

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

Defined in

DxlImporter

Data type

int

Syntax

public int getUnknownTokenLogOption()
    throws NotesException
public void setUnknownTokenLogOption(int option)
    throws NotesException

Legal values

  • 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.