n8n/packages/cli/src/errors
mfsiega b8b75719ba
feat(core): Warn and skip on duplicate scheduled executions (#28649)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 10:16:12 +00:00
..
__tests__ feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
cache-errors fix(core): Fix cache get for Redis missing key placeholders and set for falsy values (#26502) 2026-03-04 15:51:32 +00:00
response-errors fix(editor): Show relevant node in workflow activation errors (#26691) 2026-04-14 11:03:50 +00:00
aborted-execution-retry.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
credential-not-found.error.ts feat(API): Add missing credential endpoints (GET by ID and test) (#28519) 2026-04-20 20:56:51 +00:00
credentials-overwrites-already-set.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
deduplication.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
duplicate-execution.error.ts feat(core): Warn and skip on duplicate scheduled executions (#28649) 2026-04-29 10:16:12 +00:00
execution-already-resuming.error.ts fix(core): Make sub-workflows with waits return correct data to parents (#22611) 2025-12-04 11:32:30 +01:00
execution-not-found-error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
feature-not-licensed.error.ts refactor(core): Introduce @n8n/constants package (#14825) 2025-04-23 12:25:39 +02:00
folder-not-found.error.ts feat(core): Add endpoint POST /projects/:projectId/folders (no-changelog) (#13446) 2025-02-24 09:54:47 -05:00
http-error-classifier.ts feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
http-error-serializers.ts feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
invalid-concurrency-limit.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
invalid-role.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
max-stalled-count.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
missing-execution-stop.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
node-crashed.error.ts refactor(core): Revamp crash recovery mechanism for main mode (#9613) 2024-06-07 16:19:59 +02:00
non-json-body.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
postgres-live-rows-retrieval.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
queued-execution-retry.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
redactable.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
shared-workflow-not-found.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
single-webhook-trigger.error.ts fix(core, editor): Move single webhook trigger check to the backend (#22450) 2025-12-04 18:20:13 +01:00
subworkflow-policy-denial.error.ts refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
unknown-execution-mode.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
variable-count-limit-reached.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
variable-validation.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
workflow-crashed.error.ts refactor(core): Revamp crash recovery mechanism for main mode (#9613) 2024-06-07 16:19:59 +02:00
workflow-history-version-not-found.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00
workflow-missing-id.error.ts refactor(core): Migrate all errors in cli package to new hierarchy (#13478) 2025-02-27 09:30:55 +02:00