UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncCallbackTimeoutError = void 0; const index_js_1 = require("../../errors/index.js"); class AsyncCallbackTimeoutError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Async.CallbackTimeout', defaultMessage: 'Callback has timed out.', }; } } exports.AsyncCallbackTimeoutError = AsyncCallbackTimeoutError; //# sourceMappingURL=async-callback-timeout.error.js.map