API reference@evolu/commonTask › AbortReason

Defined in: packages/common/src/Task.ts:1764

Typed object explaining why a Run was aborted.

A reason has a type discriminant and optional structured data, so abort causes can carry typed domain data. Well-known reasons are explicitAbortReason, runDisposedAbortReason, and PanicAbortReason.

Extends

Extended by

Indexable

[key: string]: unknown

Properties

type

type: string;

Inherited from

UnknownError.type