API reference / @evolu/common / Task / RetryError
Interface: RetryError<E>
Defined in: packages/common/src/Task.ts:438
Error returned when retry exhausts all retry attempts.
Type Parameters
| Type Parameter |
|---|
E |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
attempts | readonly | number | packages/common/src/Task.ts:441 |
cause | readonly | E | packages/common/src/Task.ts:440 |
type | readonly | "RetryError" | packages/common/src/Task.ts:439 |