UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 545 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstanceLockError = void 0; const index_js_1 = require("../../errors/index.js"); class InstanceLockError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.RedisClient.InstanceLock.Failed', defaultMessage: 'Failed to acquire instance lock. Another operation may be running concurrently.', }; } } exports.InstanceLockError = InstanceLockError; //# sourceMappingURL=instance-lock.error.js.map