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