UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PostgresLiveRowsRetrievalError = void 0; const n8n_workflow_1 = require("n8n-workflow"); class PostgresLiveRowsRetrievalError extends n8n_workflow_1.UnexpectedError { constructor(rows) { super('Failed to retrieve live execution rows in Postgres', { extra: { rows } }); } } exports.PostgresLiveRowsRetrievalError = PostgresLiveRowsRetrievalError; //# sourceMappingURL=postgres-live-rows-retrieval.error.js.map