• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting started

    • Overview
  • Library

    • Getting started
    • Result
    • Task
    • Type
    • Dependency injection
    • Conventions
  • Local-first

    • Getting started
    • Playgrounds
    • Examples
    • Owners
    • Relay
    • Migrations
    • Time travel
    • Indexes
    • Protocol
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference / @evolu/common / Task / RetryError

Interface: RetryError<E>

Defined in: packages/common/src/Task.ts:472

Error returned when retry exhausts all retry attempts.

Type Parameters

Type Parameter
E

Properties

PropertyModifierTypeDefined in
attemptsreadonlynumberpackages/common/src/Task.ts:475
causereadonlyEpackages/common/src/Task.ts:474
typereadonly"RetryError"packages/common/src/Task.ts:473

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server