UNPKG

redis-smq

Version:

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

14 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidConfigurationError = void 0; const redis_smq_common_1 = require("redis-smq-common"); class InvalidConfigurationError extends redis_smq_common_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Configuration.Invalid', defaultMessage: 'Invalid configuration provided. The configuration object may be malformed or missing required properties.', }; } } exports.InvalidConfigurationError = InvalidConfigurationError; //# sourceMappingURL=invalid-configuration.error.js.map