UNPKG

redis-smq

Version:

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

10 lines 365 B
import { RedisSMQError } from 'redis-smq-common'; export class ConfigurationUpdateError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.Configuration.UpdateFailed', defaultMessage: 'An unexpected error occurred during configuration update.', }; } } //# sourceMappingURL=configuration-update.error.js.map