API reference › @evolu/common › Task › AllAbortError
Defined in: packages/common/src/Task.ts:3111
Abort reason used by all when aborting remaining tasks.
Used when a Task fails and other Tasks need to be aborted.
Extends
InferType<typeofAllAbortError>
Properties
type
type: "AllAbortError";