RouteCompilationError interface

Compilation error when evaluating route

Properties

location

Location where the route error happened

message

Route error message

severity

Severity of the route error

Property Details

location

Location where the route error happened

location?: RouteErrorRange

Property Value

message

Route error message

message?: string

Property Value

string

severity

Severity of the route error

severity?: string

Property Value

string