InvalidTwineData
@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / InvalidTwineData
Class: InvalidTwineData
Signifies that the twine data does not follow specs
Extends
Constructors
new InvalidTwineData()
new InvalidTwineData(
message?):InvalidTwineData
Parameters
message?
string
Returns
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
new InvalidTwineData()
new InvalidTwineData(
message?,options?):InvalidTwineData
Parameters
message?
string
options?
ErrorOptions
Returns
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
Properties
prepareStackTrace?
static
(err: Error, stackTraces: CallSite[]) => any
Optional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces
TwineError.prepareStackTrace
node_modules/@types/node/globals.d.ts:28
Methods
captureStackTrace()
captureStackTrace(targetObject, constructorOpt)
staticcaptureStackTrace(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)
staticcaptureStackTrace(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
Last updated