Skip to content

Interface: ErrorPluginContext

Defined in: index.ts:230

Extends

Properties

attempt

attempt: number

Defined in: index.ts:234

The current attempt number.


definition

definition: NodeDefinition

Defined in: index.ts:214

The node definition.

Inherited from

PluginContext.definition


error

error: unknown

Defined in: index.ts:232

The error that occurred.


externalPayload?

optional externalPayload: unknown

Defined in: index.ts:220

External payload passed to execution.

Inherited from

PluginContext.externalPayload


globals?

optional globals: unknown

Defined in: index.ts:218

Global variables.

Inherited from

PluginContext.globals


input

input: unknown

Defined in: index.ts:222

The input data to the node.

Inherited from

PluginContext.input


node

node: Node

Defined in: index.ts:212

The node being executed.

Inherited from

PluginContext.node


output?

optional output: unknown

Defined in: index.ts:224

The output data from the node (available in onAfterNodeExecution).

Inherited from

PluginContext.output


snapshot

snapshot: Snapshot

Defined in: index.ts:216

The current snapshot.

Inherited from

PluginContext.snapshot