UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

8 lines (7 loc) 257 B
import { RedisError } from "redis-errors"; export default class ClusterAllFailedError extends RedisError { lastNodeError: RedisError; static defaultMessage: string; constructor(message: any, lastNodeError: RedisError); get name(): string; }