From the WHATWG HTML Living Standard, "a table model error is an error with the data represented by table elements and their descendants. Documents must not have table model errors".

Hierarchy

  • Error
    • TableModelError

Constructors

  • Parameters

    • Optional message: string

    Returns TableModelError

  • Parameters

    • Optional message: string
    • Optional options: ErrorOptions

    Returns TableModelError

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc