Preparing search index...
The search index is not available
parjs
parjs
index
Trace
Interface Trace
An object indicating trace information about the state of parsing when it was stopped.
interface
Trace
{
input
:
string
;
kind
:
ResultKindFail
;
location
:
ErrorLocation
;
position
:
number
;
reason
:
string
;
stackTrace
:
Parjser
<
unknown
>
[]
;
userState
:
object
;
}
Hierarchy (
view full
)
FailureInfo
Trace
Index
Properties
input
kind
location
position
reason
stack
Trace
user
State
Properties
input
input
:
string
kind
kind
:
ResultKindFail
location
location
:
ErrorLocation
position
position
:
number
reason
reason
:
string
stack
Trace
stack
Trace
:
Parjser
<
unknown
>
[]
user
State
user
State
:
object
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
input
kind
location
position
reason
stack
Trace
user
State
parjs
Loading...
An object indicating trace information about the state of parsing when it was stopped.