@dolittle/sdk.services
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
11 lines • 418 B
TypeScript
import { Exception } from '@dolittle/rudiments';
/**
* Exception that gets thrown when the first message from a Reverse Call Dispatcher does not contain a Connect Response.
*/
export declare class DidNotReceiveConnectResponse extends Exception {
/**
* Initializes a new instance of {@link DidNotReceiveConnectResponse}.
*/
constructor();
}
//# sourceMappingURL=DidNotReceiveConnectResponse.d.ts.map