Skip to content

dag-core / Exports / ITaskExecutionFailure

Interface: ITaskExecutionFailure

Failed task execution outcome with structured error.

Table of contents

Properties

Properties

ok

ok: false

Defined in

interfaces/ports.ts:135


error

error: IDagError

Defined in

interfaces/ports.ts:136

Released under the MIT License.