dag-core / Exports / IDagError
Interface: IDagError
Structured error used across all DAG packages.
Table of contents
Properties
Properties
code
• code: string
Defined in
category
• category: TErrorCategory
Defined in
message
• message: string
Defined in
retryable
• retryable: boolean
Defined in
context
• Optional context: Record<string, string | number | boolean>