hyperlark (TypeScript)
    Preparing search index...

    Class VisitError

    Hierarchy

    • Error
      • VisitError
    Index
    • Parameters

      • Optionalmessage: string

      Returns VisitError

    • Parameters

      • Optionalmessage: string
      • Optionaloptions: ErrorOptions

      Returns VisitError

    cause?: unknown
    message: string
    name: string
    obj: unknown
    orig_exc: unknown
    rule: string

    The data of the rule/token node whose callback threw.

    stack?: string