API reference › @evolu/common › Task › AbortError
Defined in: packages/common/src/Task.ts:1793
Structured-concurrency abort control-flow value.
Extends
InferType<typeofAbortError>
Properties
reason
reason: {
type: string;
} & Readonly<Partial<Record<string, unknown>>>;
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | string |
Inherited from
InferType.reason;
type
type: "AbortError";
Inherited from
InferType.type;