UNPKG

@dolittle/sdk.resilience

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

10 lines 287 B
/** * The exception that gets thrown when a retrying observable is cancelled. */ export declare class RetryCancelled extends Error { /** * Initialises a new instance of the {@link RetryCancelled} class. */ constructor(); } //# sourceMappingURL=RetryCancelled.d.ts.map