eventstore-interconnect
Version:
Eventstore interconnector
10 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoGrpcConnectionError = void 0;
class NoGrpcConnectionError extends Error {
constructor(message, connectionString) {
super(`Connection to gRPC eventstore failed while trying to connect to ${connectionString}. Details: ${message}`);
}
}
exports.NoGrpcConnectionError = NoGrpcConnectionError;
//# sourceMappingURL=no-grpc-connection.error.js.map