UNPKG

@dataql/node

Version:

DataQL core SDK for unified data management with MongoDB and GraphQL - Production Multi-Cloud Ready

13 lines (12 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WALError = void 0; class WALError extends Error { constructor(message, code, entry) { super(message); this.code = code; this.entry = entry; this.name = "WALError"; } } exports.WALError = WALError;