n8n/packages/cli/src/errors
Shireen Missi 52dd2c7619
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
feat(core): Dedupe (#10101)
Co-authored-by: Jan Oberhauser <jan@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2024-10-10 16:12:05 +01:00
..
cache-errors perf(core): Improve caching service (#8213) 2024-01-05 11:52:44 +01:00
response-errors fix: Incorrect error message on calling wrong webhook method (#11093) 2024-10-04 11:06:15 +01:00
aborted-execution-retry.error.ts fix(core): Account for retry of execution aborted by pre-execute hook (#9474) 2024-05-22 15:22:07 +02:00
credential-not-found.error.ts refactor: Unify severity and level for all application errors for Sentry (no-changelog) (#7956) 2023-12-07 16:57:02 +01:00
credentials-overwrites-already-set.error.ts refactor(core): Set up worker server (#10814) 2024-09-17 10:14:12 +02:00
deduplication.error.ts feat(core): Dedupe (#10101) 2024-10-10 16:12:05 +01:00
execution-not-found-error.ts refactor(core): Refactor execution post-execute promises (no-changelog) (#10809) 2024-09-23 12:08:57 +02:00
external-secrets-provider-not-found.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
feature-not-licensed.error.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
invalid-concurrency-limit.error.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
invalid-role.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
max-stalled-count.error.ts refactor(core): Centralize scaling mode (no-changelog) (#9835) 2024-08-07 13:50:46 +02:00
missing-execution-stop.error.ts fix(core): Fix execution cancellation in scaling mode (#9841) 2024-06-28 20:05:09 +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): Set up worker server (#10814) 2024-09-17 10:14:12 +02:00
not-string-array.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
postgres-live-rows-retrieval.error.ts feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
queued-execution-retry.error.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
redactable.error.ts refactor(core): Clean up event relays (no-changelog) (#10284) 2024-08-02 16:52:49 +02:00
shared-workflow-not-found.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
subworkflow-policy-denial.error.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
unknown-auth-type.error.ts feat(core): Introduce AWS secrets manager as external secrets store (#8982) 2024-03-28 10:15:58 +01:00
unknown-execution-mode.error.ts perf(core): Introduce concurrency control for main mode (#9453) 2024-06-12 15:05:43 +02:00
unrecognized-node-type.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
variable-count-limit-reached.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
variable-validation.error.ts refactor(core): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01: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): Reorganize error hierarchy in cli package (no-changelog) (#7839) 2023-11-28 10:19:27 +01:00
workflow-missing-id.error.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00