Skip to main content

alphaTab.importer.AlphaTexErrorWithDiagnostics

(no description)

 class AlphaTexErrorWithDiagnostics extends AlphaTabError

Properties​

lexerDiagnostics​

(no description)

lexerDiagnostics?: AlphaTexDiagnosticBag;

message​

(no description) (Inherited from Error )

message: string;

name​

(no description) (Inherited from Error )

name: string;

parserDiagnostics​

(no description)

parserDiagnostics?: AlphaTexDiagnosticBag;

semanticDiagnostics​

(no description)

semanticDiagnostics?: AlphaTexDiagnosticBag;

stack​

(no description) (Inherited from Error )

stack?: string;

type​

(no description) (Inherited from AlphaTabError )

Methods​

iterateDiagnostics​

(no description)

iterateDiagnostics(): Generator<AlphaTexDiagnostic, void, unknown>

toString​

(no description)

toString(): string