UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RedisServerBinaryNotFoundError = void 0; const index_js_1 = require("../../errors/index.js"); class RedisServerBinaryNotFoundError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.RedisServer.BinaryNotFound', defaultMessage: 'A Redis server binary could not be found. Please set up Redis server first.', }; } } exports.RedisServerBinaryNotFoundError = RedisServerBinaryNotFoundError; //# sourceMappingURL=redis-server-binary-not-found.error.js.map