Class: TemplateTraversalError
An error thrown during static template analysis. Indicates a Node
or Expression
could not be visited.
Extends
Error
Constructors
new TemplateTraversalError()
new TemplateTraversalError(
message
):TemplateTraversalError
Parameters
• message: string
Returns
Overrides
Error.constructor
Defined in
Properties
cause?
optional
cause:unknown
Inherited from
Error.cause
Defined in
docs/node_modules/typescript/lib/lib.es2022.error.d.ts:24
message
message:
string
Inherited from
Error.message
Defined in
name
name:
string
Inherited from
Error.name
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?
optional
stack:string
Inherited from
Error.stack
Defined in
docs/node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace()?
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Optional override for formatting stack traces