API reference / @evolu/common / Task / TimeoutError
Interface: TimeoutError
Defined in: packages/common/src/Task.ts:343
Error returned when timeout exceeds the specified duration.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
timeoutMs | readonly | number | packages/common/src/Task.ts:345 |
type | readonly | "TimeoutError" | packages/common/src/Task.ts:344 |