Preparing search index...
The search index is not available
parjs
parjs
index
ParjsFailure
Class ParjsFailure
A failure result from a Parjs parser.
Implements
FailureInfo
Index
Constructors
constructor
Properties
trace
Accessors
is
Ok
kind
reason
value
Methods
to
String
Constructors
constructor
new
Parjs
Failure
(
trace
)
:
ParjsFailure
Parameters
trace
:
Trace
Returns
ParjsFailure
Properties
trace
trace
:
Trace
Accessors
is
Ok
get
isOk
(
)
:
boolean
Whether this result is an OK.
Returns
boolean
kind
get
kind
(
)
:
ResultKindFail
Returns
ResultKindFail
reason
get
reason
(
)
:
string
Returns
string
value
get
value
(
)
:
never
Returns
never
Methods
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
trace
is
Ok
kind
reason
value
to
String
parjs
Loading...
A failure result from a Parjs parser.