API reference › @evolu/common › Task › TimeoutError
Defined in: packages/common/src/Task.ts:1900
Typed error returned by timeout when a task exceeds its time limit.
Extends
InferType<typeofTimeoutError>
Properties
type
type: "TimeoutError";
API reference › @evolu/common › Task › TimeoutError
Defined in: packages/common/src/Task.ts:1900
Typed error returned by timeout when a task exceeds its time limit.
InferType<typeof TimeoutError>type: "TimeoutError";