Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TSError

TypeScript diagnostics error.

Hierarchy

  • BaseError
    • TSError

Index

Constructors

constructor

  • new TSError(diagnosticText: string, diagnosticCodes: number[], diagnostics?: readonly Diagnostic[]): TSError
  • Parameters

    • diagnosticText: string
    • diagnosticCodes: number[]
    • diagnostics: readonly Diagnostic[] = []

    Returns TSError

Properties

diagnosticCodes

diagnosticCodes: number[]

diagnosticText

diagnosticText: string

diagnostics

diagnostics: readonly Diagnostic[]

message

message: string

name

name: string = 'TSError'

stack

stack: string

Generated using TypeDoc