UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

10 lines 352 B
import { RedisSMQError } from 'redis-smq-common'; export class BackgroundJobNotStartableError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.BackgroundJobs.NotStartable', defaultMessage: 'Background job not startable.', }; } } //# sourceMappingURL=background-job-not-startable.error.js.map