redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
8 lines • 308 B
TypeScript
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class BackgroundJobNotCompletableError extends RedisSMQError<{
jobId: string;
reason: string;
}> {
getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=background-job-not-completable.error.d.ts.map