Genotype API Documentation - v0.1.0
Preparing search index...
BedError
Class BedError
BED format-specific errors
Hierarchy (
View Summary
)
ParseError
BedError
Index
Constructors
constructor
Methods
to
String
Properties
code
line
Number?
context?
format
chromosome?
start?
end?
Constructors
constructor
new
BedError
(
message
:
string
,
chromosome
?:
string
,
start
?:
number
,
end
?:
number
,
lineNumber
?:
number
,
context
?:
string
,
)
:
BedError
Parameters
message
:
string
Optional
chromosome
:
string
Optional
start
:
number
Optional
end
:
number
Optional
lineNumber
:
number
Optional
context
:
string
Returns
BedError
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
format
format
:
string
Optional
Readonly
chromosome
chromosome
?:
string
Optional
Readonly
start
start
?:
number
Optional
Readonly
end
end
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
String
Properties
code
line
Number
context
format
chromosome
start
end
Genotype API Documentation - v0.1.0
Loading...
BED format-specific errors