UNPKG

redis-smq

Version:

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

14 lines 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScriptResultMismatchError = void 0; const redis_smq_common_1 = require("redis-smq-common"); class ScriptResultMismatchError extends redis_smq_common_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.MessageHandler.ScriptResultMismatch', defaultMessage: 'Redis script reported processing a different number of entries than expected.', }; } } exports.ScriptResultMismatchError = ScriptResultMismatchError; //# sourceMappingURL=script-result-mismatch.error.js.map