Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Error

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Error(diagnostic: Diagnostic | DiagnosticWithLocation): Error
  • Parameters

    • diagnostic: Diagnostic | DiagnosticWithLocation

    Returns Error

Properties

message

message: string

name

name: string

Optional stack

stack: string

Static SyntaxError

SyntaxError: SyntaxErrorConstructor

Accessors

column

  • get column(): number
  • Returns number

fileName

  • get fileName(): string
  • Returns string

line

  • get line(): number
  • Returns number

Generated using TypeDoc