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
error
error:
unknown
Defined in: index.ts:232
The error that occurred.
externalPayload?
optionalexternalPayload:unknown
Defined in: index.ts:220
External payload passed to execution.
Inherited from
globals?
optionalglobals:unknown
Defined in: index.ts:218
Global variables.
Inherited from
input
input:
unknown
Defined in: index.ts:222
The input data to the node.
Inherited from
node
node:
Node
Defined in: index.ts:212
The node being executed.
Inherited from
output?
optionaloutput:unknown
Defined in: index.ts:224
The output data from the node (available in onAfterNodeExecution).
Inherited from
snapshot
snapshot:
Snapshot
Defined in: index.ts:216
The current snapshot.