Genotype API Documentation - v0.1.0
Preparing search index...
FormatDetectionError
Class FormatDetectionError
File format detection errors
Hierarchy (
View Summary
)
GenotypeError
FormatDetectionError
Index
Constructors
constructor
Methods
to
String
Properties
code
line
Number?
context?
file
Path
detected
Formats
Constructors
constructor
new
FormatDetectionError
(
message
:
string
,
filePath
:
string
,
detectedFormats
:
string
[]
,
context
?:
string
,
)
:
FormatDetectionError
Parameters
message
:
string
filePath
:
string
detectedFormats
:
string
[]
Optional
context
:
string
Returns
FormatDetectionError
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
Readonly
file
Path
filePath
:
string
Readonly
detected
Formats
detectedFormats
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
String
Properties
code
line
Number
context
file
Path
detected
Formats
Genotype API Documentation - v0.1.0
Loading...
File format detection errors