This event is dispatched on every retry attempt of the LazyPromise.

IMPORT_PATH: "@daiso-tech/core/async"

Hierarchy (View Summary)

  • BaseEvent<{ attempt: number; error: unknown }>
    • RetryAttemptAsyncEvent

Constructors

Properties

Constructors

Properties

fields: { attempt: number; error: unknown }