Genotype API Documentation - v0.1.0
Preparing search index...
createContextualError
Function createContextualError
createContextualError
(
ErrorClass
:
typeof
GenotypeError
,
message
:
string
,
options
?:
{
lineNumber
?:
number
;
context
?:
string
;
data
?:
Record
<
string
,
unknown
>
;
}
,
)
:
GenotypeError
Helper function to create context-aware error messages
Parameters
ErrorClass
:
typeof
GenotypeError
message
:
string
options
:
{
lineNumber
?:
number
;
context
?:
string
;
data
?:
Record
<
string
,
unknown
>
}
= {}
Returns
GenotypeError
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Genotype API Documentation - v0.1.0
Loading...
Helper function to create context-aware error messages