hyperlark (TypeScript)
Preparing search index...
VisitError
Class VisitError
Hierarchy
Error
VisitError
Index
Constructors
constructor
Properties
cause?
message
name
obj
orig_
exc
rule
stack?
Constructors
constructor
new
VisitError
(
message
?:
string
)
:
VisitError
Parameters
Optional
message
:
string
Returns
VisitError
new
VisitError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
VisitError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
VisitError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
obj
obj
:
unknown
orig_
exc
orig_exc
:
unknown
rule
rule
:
string
The
data
of the rule/token node whose callback threw.
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
obj
orig_
exc
rule
stack
hyperlark (TypeScript)
Loading...
The
dataof the rule/token node whose callback threw.