Genotype API Documentation - v0.1.0
Preparing search index...
GrepError
Class GrepError
Pattern search operation errors
Hierarchy (
View Summary
)
GenotypeError
GrepError
Index
Constructors
constructor
Methods
to
String
Properties
code
line
Number?
context?
Constructors
constructor
new
GrepError
(
message
:
string
,
code
?:
string
,
lineNumber
?:
number
,
context
?:
string
,
)
:
GrepError
Parameters
message
:
string
code
:
string
= "GREP_ERROR"
Optional
lineNumber
:
number
Optional
context
:
string
Returns
GrepError
Methods
to
String
toString
()
:
string
Create a user-friendly error message with context
Returns
string
Properties
Readonly
code
code
:
string
Optional
Readonly
line
Number
lineNumber
?:
number
Optional
Readonly
context
context
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
String
Properties
code
line
Number
context
Genotype API Documentation - v0.1.0
Loading...
Pattern search operation errors