UNPKG

n8n

Version:

n8n Workflow Automation Tool

14 lines 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CredentialMissingIdError = void 0; const n8n_workflow_1 = require("n8n-workflow"); class CredentialMissingIdError extends n8n_workflow_1.UnexpectedError { constructor(credentialName, credentialType) { super('Found credential with no ID.', { extra: { credentialName }, tags: { credentialType }, }); } } exports.CredentialMissingIdError = CredentialMissingIdError; //# sourceMappingURL=credential-missing-id.error.js.map