Skip to content

dag-core / Exports / IRunNodeError

Interface: IRunNodeError

Table of contents

Properties

Properties

nodeId

nodeId: string

Defined in

types/run-result.ts:14


nodeType

nodeType: string

Defined in

types/run-result.ts:15


error

error: IDagError

Defined in

types/run-result.ts:16


occurredAt

occurredAt: string

Defined in

types/run-result.ts:17

Released under the MIT License.