redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
14 lines • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QueueHasBoundExchangesError = void 0;
const redis_smq_common_1 = require("redis-smq-common");
class QueueHasBoundExchangesError extends redis_smq_common_1.RedisSMQError {
getProps() {
return {
code: 'RedisSMQ.Queue.HasBoundExchanges',
defaultMessage: 'Queue has one or more bound exchanges and cannot be deleted.',
};
}
}
exports.QueueHasBoundExchangesError = QueueHasBoundExchangesError;
//# sourceMappingURL=queue-has-bound-exchanges.error.js.map