UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

14 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExchangeAlreadyExistsError = void 0; const redis_smq_common_1 = require("redis-smq-common"); class ExchangeAlreadyExistsError extends redis_smq_common_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Exchange.AlreadyExists', defaultMessage: 'An exchange with the same parameters already exists.', }; } } exports.ExchangeAlreadyExistsError = ExchangeAlreadyExistsError; //# sourceMappingURL=exchange-already-exists.error.js.map