n8n/packages/core/src
Iván Ovejero 6d42fad31a
refactor(core): Consolidate binary file not found errors (no-changelog) (#7585)
Logging was originally to see if there was a binary data file failing to
be written for [this
user](https://linear.app/n8n/issue/PAY-844/filesystem-binary-data-mode-causing-alerts-in-cloud)
but the cause was not a file failed to be written but a missing `fileId`
in a binary data item in an execution. The error should no longer be
thrown as of 1.12. See story for more info.

This PR is for cleanup and to consolidate any file not found errors in
the context of binary data, to track if this happens again.
2023-11-03 11:41:15 +01:00
..
BinaryData refactor(core): Consolidate binary file not found errors (no-changelog) (#7585) 2023-11-03 11:41:15 +01:00
ObjectStore
ActiveWorkflows.ts
Cipher.ts
ClassLoader.ts
Constants.ts
Credentials.ts
DirectoryLoader.ts
errors.ts refactor(core): Consolidate binary file not found errors (no-changelog) (#7585) 2023-11-03 11:41:15 +01:00
ExtractValue.ts
index.ts
InstanceSettings.ts
Interfaces.ts
LoadMappingOptions.ts
LoadNodeDetails.ts
LoadNodeListSearch.ts
LoadNodeParameterOptions.ts
NodeExecuteFunctions.ts
OAuth2Helper.ts
Secrets.ts
WorkflowExecute.ts
WorkflowExecutionMetadata.ts