redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
14 lines • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationUpdateError = void 0;
const redis_smq_common_1 = require("redis-smq-common");
class ConfigurationUpdateError extends redis_smq_common_1.RedisSMQError {
getProps() {
return {
code: 'RedisSMQ.Configuration.UpdateFailed',
defaultMessage: 'An unexpected error occurred during configuration update.',
};
}
}
exports.ConfigurationUpdateError = ConfigurationUpdateError;
//# sourceMappingURL=configuration-update.error.js.map