redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
14 lines • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidSchedulingParametersError = void 0;
const redis_smq_common_1 = require("redis-smq-common");
class InvalidSchedulingParametersError extends redis_smq_common_1.RedisSMQError {
getProps() {
return {
code: 'RedisSMQ.Message.InvalidSchedulingParameters',
defaultMessage: 'Invalid scheduling parameters.',
};
}
}
exports.InvalidSchedulingParametersError = InvalidSchedulingParametersError;
//# sourceMappingURL=invalid-scheduling-parameters.error.js.map