UNPKG

eventstore-interconnect

Version:
10 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoLegacyConnectionError = void 0; class NoLegacyConnectionError extends Error { constructor(message, tcpEndPoint) { super(`Connection to TCP eventstore failed while trying to connect to ${tcpEndPoint.host}:${tcpEndPoint.port}. Details: ${message}`); } } exports.NoLegacyConnectionError = NoLegacyConnectionError; //# sourceMappingURL=no-legacy-connection.error.js.map