CSVW RDF Convertor - Documentation
    Preparing search index...

    IssueTracker is a utility class for tracking issues (errors and warnings) during the validation process. It can throw errors or collect them for later retrieval.

    Index

    Constructors

    Properties

    errors: Issue[] = []
    warnings: Issue[] = []

    Methods

    • Adds an error message to the issue tracker.

      Parameters

      • message: string

        The error message to be added.

      • withLocation: boolean = true

        should the error message include the location information?

      Returns void

    • Adds a warning message to the issue tracker.

      Parameters

      • message: string

        The warning message to be added.

      • withLocation: boolean = true

        should the warning message include the location information?

      Returns void