ITaskTimerErrorOptions
Defined in: src/TaskTimerError.ts:8
Options for constructing a TaskTimerError. Extends the standard
ErrorOptions (so cause is supported) with the required code.
Extends
Section titled “Extends”ErrorOptions
Properties
Section titled “Properties”code:
ErrorCode
Defined in: src/TaskTimerError.ts:12
Machine-readable error code. See ErrorCode.
cause?
Section titled “cause?”
optionalcause?:unknown
Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:20
Inherited from
Section titled “Inherited from”ErrorOptions.cause