Skip to content

dag-core / Exports / IDagError

Interface: IDagError

Structured error used across all DAG packages.

Table of contents

Properties

Properties

code

code: string

Defined in

types/error.ts:11


category

category: TErrorCategory

Defined in

types/error.ts:12


message

message: string

Defined in

types/error.ts:13


retryable

retryable: boolean

Defined in

types/error.ts:14


context

Optional context: Record<string, string | number | boolean>

Defined in

types/error.ts:15

Released under the MIT License.