API Reference / @evolu/common / Promise / RetryError
Interface: RetryError<E>
Defined in: packages/common/src/Promise.ts:80
Error representing a retry operation that failed after multiple attempts.
Type Parameters
Type Parameter |
---|
E |
Properties
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
attempts | readonly | number | Number of retry attempts made | packages/common/src/Promise.ts:85 |
cause | readonly | E | The original error that caused the retry to fail | packages/common/src/Promise.ts:83 |
type | readonly | "RetryError" | - | packages/common/src/Promise.ts:81 |