UNPKG

eventstore-interconnect

Version:
10 lines 444 B
"use strict"; 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