@dolittle/sdk.services
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines • 519 B
TypeScript
import { Exception } from '@dolittle/rudiments';
/**
* Exception that gets thrown when the a the connection to the Runtime could not be established.
*/
export declare class CouldNotConnectToRuntime extends Exception {
/**
* Initializes a new instance of {@link CouldNotConnectToRuntime}.
* @param {string} address - The address of the Runtime that was connected to.
*/
constructor(address: string);
private static getStrippedAddress;
}
//# sourceMappingURL=CouldNotConnectToRuntime.d.ts.map