UNPKG

redis-smq

Version:

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

10 lines 325 B
import { RedisSMQError } from 'redis-smq-common'; export class ConsumerSetMismatchError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.Consumer.SetMismatch', defaultMessage: 'Consumer set mismatch.', }; } } //# sourceMappingURL=consumer-set-mismatch.error.js.map