web-csv-toolbox
    Preparing search index...

    Class ParseError

    Error class for parse errors.

    This error is thrown when a parsing error occurs. ParseError is a subclass of SyntaxError.

    This is in reference to the specification that the error thrown when a parse error occurs in the JSON.parse function is SyntaxError.

    Hierarchy

    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    position?: Position

    The position where the error occurred.

    stack?: string