InvalidTwineData
Last updated
Last updated
• Docs
/ / InvalidTwineData
Signifies that the twine data does not follow specs
new InvalidTwineData(
message
?):
Parameters
message
?
string
Returns
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message
?
string
options
?
ErrorOptions
Returns
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
prepareStackTrace?
static
(err
: Error
, stackTraces
: CallSite
[]) => any
Optional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces
node_modules/@types/node/globals.d.ts:28
stackTraceLimit
static
number
-
node_modules/@types/node/globals.d.ts:30
name
public
string
-
node_modules/typescript/lib/lib.es5.d.ts:1076
message
public
string
-
node_modules/typescript/lib/lib.es5.d.ts:1077
stack?
public
string
-
node_modules/typescript/lib/lib.es5.d.ts:1078
cause?
public
unknown
-
node_modules/typescript/lib/lib.es2022.error.d.ts:24
captureStackTrace(targetObject, constructorOpt)
static
captureStackTrace(targetObject
,constructorOpt
?):void
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt
?
Function
Returns
void
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:21
captureStackTrace(targetObject, constructorOpt)
static
captureStackTrace(targetObject
,constructorOpt
?):void
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt
?
Function
Returns
void
Inherited from
Defined in
node_modules/bun-types/globals.d.ts:1630
.
new InvalidTwineData(message
?, options
?):
.
.prepareStackTrace
.stackTraceLimit
.name
.message
.stack
.cause
.
.