@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / IncompleteResolution
Class: IncompleteResolution
Thrown when crawling cannot resolve a pulse
new IncompleteResolution()
new IncompleteResolution(message?): IncompleteResolution
Parameters
Returns
IncompleteResolution
Inherited from
TwineError.constructor
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
new IncompleteResolution()
new IncompleteResolution(message?, options?): IncompleteResolution
Parameters
Returns
IncompleteResolution
Inherited from
TwineError.constructor
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
Property
Modifier
Type
Description
Inherited from
Defined in
(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
node_modules/@types/node/globals.d.ts:30
node_modules/typescript/lib/lib.es5.d.ts:1076
node_modules/typescript/lib/lib.es5.d.ts:1077
node_modules/typescript/lib/lib.es5.d.ts:1078
node_modules/typescript/lib/lib.es2022.error.d.ts:24
captureStackTrace()
captureStackTrace(targetObject, constructorOpt)
static captureStackTrace(targetObject, constructorOpt?): void
Create .stack property on a target object
Parameters
Returns
void
Inherited from
TwineError.captureStackTrace
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
Returns
void
Inherited from
TwineError.captureStackTrace
Defined in
node_modules/bun-types/globals.d.ts:1630