UNPKG

redis-smq

Version:

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

10 lines 363 B
import { RedisSMQError } from 'redis-smq-common'; export class MessagePropertyInvalidValueError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.Message.Property.InvalidValue', defaultMessage: 'Message property value is invalid.', }; } } //# sourceMappingURL=message-property-invalid-value.error.js.map