An error that occurred while parsing XML.

Hierarchy

  • Error
    • XmlError

Constructors

  • Parameters

    • message: string
    • charIndex: number
    • xml: string

    Returns XmlError

Properties

column: number

Character column at which this error occurred (1-based).

excerpt: string

Short excerpt from the input string that contains the problem.

line: number

Line number at which this error occurred (1-based).

message: string
name: string
pos: number

Character position at which this error occurred relative to the beginning of the input (0-based).

stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc