Preparing search index...
The search index is not available
sqrl
sqrl
parse
SqrlAstError
Class SqrlAstError
Represents an error that occurred during a SQRL compilation
Hierarchy
SqrlCompileError
SqrlAstError
Index
Constructors
constructor
Properties
location
source
Methods
to
Sqrl
Error
Output
to
String
update
Constructors
constructor
new
Sqrl
Ast
Error
(
message
:
string
, location
?:
AstLocation
, source
?:
string
)
:
SqrlAstError
Parameters
message:
string
location:
AstLocation
= null
source:
string
= null
Returns
SqrlAstError
Properties
location
location
:
AstLocation
= null
source
source
:
string
= null
Methods
to
Sqrl
Error
Output
to
Sqrl
Error
Output
(
options
:
SqrlErrorOutputOptions
)
:
string
Parameters
options:
SqrlErrorOutputOptions
Returns
string
to
String
to
String
(
)
:
string
Returns
string
update
update
(
options
:
SqrlParseErrorOptions
)
:
void
Parameters
options:
SqrlParseErrorOptions
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
sqrl
arg
ast
compile
config
ctx
entity
executable
execute
expr
feature
filesystem
log
node
object
parse
spec
test
when
Sqrl
Ast
Error
constructor
location
source
to
Sqrl
Error
Output
to
String
update
Generated using
TypeDoc
Represents an error that occurred during a SQRL compilation