UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotLockedError = void 0; const index_js_1 = require("../../errors/index.js"); class NotLockedError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.RedisLock.ExtendLock.Failed', defaultMessage: 'Can not extend a lock which has not been yet acquired. Maybe a pending operation is in progress.', }; } } exports.NotLockedError = NotLockedError; //# sourceMappingURL=not-locked.error.js.map