API reference › @evolu/common › Task › TimeoutError
Defined in: packages/common/src/Task.ts:3833
Error returned by timeout when a Task exceeds its duration.
Extends
InferType<typeofTimeoutError>
Properties
type
type: "TimeoutError";
Inherited from
InferType.type;