UNPKG

@dolittle/sdk.services

Version:

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

11 lines 348 B
import { TimeoutError } from 'rxjs'; /** * Exception that gets thrown when the a Ping is not received from the Server in the specified amount of time. */ export declare class PingTimeout extends TimeoutError { /** * Initializes a new instance of {@link PingTimeout}. */ constructor(); } //# sourceMappingURL=PingTimeout.d.ts.map