TaskExecutionErrorOptions
Nadle / TaskExecutionErrorOptions
Interface: TaskExecutionErrorOptions
Defined in: packages/nadle/src/core/utilities/nadle-error.ts:111
Options for constructing a TaskExecutionError.
Extends
ErrorOptions
Properties
cause?
optionalcause?:unknown
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:22
Inherited from
ErrorOptions.cause
task?
readonlyoptionaltask?:string
Defined in: packages/nadle/src/core/utilities/nadle-error.ts:113
The label of the task that failed.