diff --git a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts index fee4e21956..0e63a26fd5 100644 --- a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts +++ b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.ts @@ -426,7 +426,7 @@ export class AwsRekognition implements INodeType { if ((items[i].binary as IBinaryKeyData)[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts index 04838794ba..d5c368b1c6 100644 --- a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts +++ b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.ts @@ -847,7 +847,7 @@ export class AwsS3 implements INodeType { if ((items[i].binary as IBinaryKeyData)[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts index 8d8e0d6678..ab89528b97 100644 --- a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts +++ b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.ts @@ -128,7 +128,7 @@ export class AwsTextract implements INodeType { if ((items[i].binary as IBinaryKeyData)[binaryProperty] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/upload/execute.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/upload/execute.ts index 9d18024e98..defb028535 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/upload/execute.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/upload/execute.ts @@ -25,7 +25,7 @@ export async function upload(this: IExecuteFunctions, index: number) { if (items[index]!.binary![propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: index }, ); } diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/execute.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/execute.ts index 67156c4601..3644ae4537 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/execute.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/execute.ts @@ -25,7 +25,7 @@ export async function upload(this: IExecuteFunctions, index: number) { if (items[index]!.binary![propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: index }, ); } diff --git a/packages/nodes-base/nodes/Box/Box.node.ts b/packages/nodes-base/nodes/Box/Box.node.ts index ec9577238f..498bfad8e9 100644 --- a/packages/nodes-base/nodes/Box/Box.node.ts +++ b/packages/nodes-base/nodes/Box/Box.node.ts @@ -288,7 +288,7 @@ export class Box implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Citrix/ADC/CitrixAdc.node.ts b/packages/nodes-base/nodes/Citrix/ADC/CitrixAdc.node.ts index 0b4db0b19b..57c59fe74f 100644 --- a/packages/nodes-base/nodes/Citrix/ADC/CitrixAdc.node.ts +++ b/packages/nodes-base/nodes/Citrix/ADC/CitrixAdc.node.ts @@ -83,7 +83,7 @@ export class CitrixAdc implements INodeType { if (item.binary[binaryProperty] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `The binary data property "${binaryProperty}" does not exists on item!`, ); } diff --git a/packages/nodes-base/nodes/Compression/Compression.node.ts b/packages/nodes-base/nodes/Compression/Compression.node.ts index 0f220739ae..da697216cf 100644 --- a/packages/nodes-base/nodes/Compression/Compression.node.ts +++ b/packages/nodes-base/nodes/Compression/Compression.node.ts @@ -205,7 +205,7 @@ export class Compression implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -276,7 +276,7 @@ export class Compression implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Cortex/Cortex.node.ts b/packages/nodes-base/nodes/Cortex/Cortex.node.ts index 60109476e2..45933f2b4a 100644 --- a/packages/nodes-base/nodes/Cortex/Cortex.node.ts +++ b/packages/nodes-base/nodes/Cortex/Cortex.node.ts @@ -206,7 +206,7 @@ export class Cortex implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -352,7 +352,7 @@ export class Cortex implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property '${binaryPropertyName}' does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -386,7 +386,7 @@ export class Cortex implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts index 642a1f500f..8a09f9c731 100644 --- a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts +++ b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts @@ -774,7 +774,7 @@ export class Dropbox implements INodeType { if (item.binary[propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts b/packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts index 9164b6bf9e..4b10c8e2ff 100644 --- a/packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts +++ b/packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts @@ -386,7 +386,7 @@ export class FacebookGraphApi implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex }, ); } diff --git a/packages/nodes-base/nodes/Ftp/Ftp.node.ts b/packages/nodes-base/nodes/Ftp/Ftp.node.ts index b6c04851be..71e8d49ed5 100644 --- a/packages/nodes-base/nodes/Ftp/Ftp.node.ts +++ b/packages/nodes-base/nodes/Ftp/Ftp.node.ts @@ -637,7 +637,7 @@ export class Ftp implements INodeType { if (itemBinaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } @@ -763,7 +763,7 @@ export class Ftp implements INodeType { if (itemBinaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Github/Github.node.ts b/packages/nodes-base/nodes/Github/Github.node.ts index bc24c32bf6..5dac88eb7f 100644 --- a/packages/nodes-base/nodes/Github/Github.node.ts +++ b/packages/nodes-base/nodes/Github/Github.node.ts @@ -1835,7 +1835,7 @@ export class Github implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts b/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts index 4f33ee0489..a4023ced8a 100644 --- a/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts +++ b/packages/nodes-base/nodes/Gitlab/Gitlab.node.ts @@ -1586,7 +1586,7 @@ export class Gitlab implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Google/CloudStorage/ObjectDescription.ts b/packages/nodes-base/nodes/Google/CloudStorage/ObjectDescription.ts index 661f33c026..1ea47efdd3 100644 --- a/packages/nodes-base/nodes/Google/CloudStorage/ObjectDescription.ts +++ b/packages/nodes-base/nodes/Google/CloudStorage/ObjectDescription.ts @@ -160,7 +160,7 @@ export const objectOperations: INodeProperties[] = [ if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exist on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: this.getItemIndex() }, ); } diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts index dffd96ccbc..e57b468241 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts @@ -2448,7 +2448,7 @@ export class GoogleDrive implements INodeType { if (binary === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts b/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts index 78a10cc131..b1e7494223 100644 --- a/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts +++ b/packages/nodes-base/nodes/Google/YouTube/YouTube.node.ts @@ -402,7 +402,7 @@ export class YouTube implements INodeType { if (item.binary[binaryProperty] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -867,7 +867,7 @@ export class YouTube implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/HttpRequest/V1/HttpRequestV1.node.ts b/packages/nodes-base/nodes/HttpRequest/V1/HttpRequestV1.node.ts index a8400c3e46..125da63a10 100644 --- a/packages/nodes-base/nodes/HttpRequest/V1/HttpRequestV1.node.ts +++ b/packages/nodes-base/nodes/HttpRequest/V1/HttpRequestV1.node.ts @@ -749,7 +749,7 @@ export class HttpRequestV1 implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex }, ); } @@ -787,7 +787,7 @@ export class HttpRequestV1 implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } diff --git a/packages/nodes-base/nodes/HttpRequest/V2/HttpRequestV2.node.ts b/packages/nodes-base/nodes/HttpRequest/V2/HttpRequestV2.node.ts index b1d8b024a3..5b85cf4fee 100644 --- a/packages/nodes-base/nodes/HttpRequest/V2/HttpRequestV2.node.ts +++ b/packages/nodes-base/nodes/HttpRequest/V2/HttpRequestV2.node.ts @@ -787,7 +787,7 @@ export class HttpRequestV2 implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex }, ); } @@ -825,7 +825,7 @@ export class HttpRequestV2 implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } diff --git a/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts b/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts index dd208abb0c..de626c5344 100644 --- a/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts +++ b/packages/nodes-base/nodes/HumanticAI/HumanticAi.node.ts @@ -86,7 +86,7 @@ export class HumanticAi implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -159,7 +159,7 @@ export class HumanticAi implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Jira/Jira.node.ts b/packages/nodes-base/nodes/Jira/Jira.node.ts index 8e0fab8316..37aabd3063 100644 --- a/packages/nodes-base/nodes/Jira/Jira.node.ts +++ b/packages/nodes-base/nodes/Jira/Jira.node.ts @@ -1069,7 +1069,7 @@ export class Jira implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Keap/Keap.node.ts b/packages/nodes-base/nodes/Keap/Keap.node.ts index 30fa2fc9c3..68aea197eb 100644 --- a/packages/nodes-base/nodes/Keap/Keap.node.ts +++ b/packages/nodes-base/nodes/Keap/Keap.node.ts @@ -758,7 +758,7 @@ export class Keap implements INodeType { if (item[property as string] === undefined) { throw new NodeOperationError( this.getNode(), - `Binary data property "${property}" does not exists on item!`, + `Item has no binary property called "${property}"`, { itemIndex: i }, ); } @@ -840,7 +840,7 @@ export class Keap implements INodeType { if (item[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Line/Line.node.ts b/packages/nodes-base/nodes/Line/Line.node.ts index 8cec35fb9d..ab7c00e7b5 100644 --- a/packages/nodes-base/nodes/Line/Line.node.ts +++ b/packages/nodes-base/nodes/Line/Line.node.ts @@ -106,7 +106,7 @@ export class Line implements INodeType { if (items[i].binary[image.binaryProperty] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${image.binaryProperty}" does not exists on item!`, + `Item has no binary property called "${image.binaryProperty}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts index 07ae1ba6d6..c3fccf6a7b 100644 --- a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts +++ b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts @@ -150,7 +150,7 @@ export class LinkedIn implements INodeType { if (item.binary[propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Matrix/GenericFunctions.ts b/packages/nodes-base/nodes/Matrix/GenericFunctions.ts index 39a86bbb37..321223315c 100644 --- a/packages/nodes-base/nodes/Matrix/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Matrix/GenericFunctions.ts @@ -198,7 +198,7 @@ export async function handleMatrixCall( ) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts b/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts index 957903bc67..dfd3d53858 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.ts @@ -206,7 +206,7 @@ export class MicrosoftOneDrive implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/GenericFunctions.ts b/packages/nodes-base/nodes/Microsoft/Outlook/GenericFunctions.ts index a4256b9f50..4784cd6f3c 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/GenericFunctions.ts @@ -241,7 +241,7 @@ export async function binaryToAttachments( if (binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts index a99cc502fb..95c180cb79 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MicrosoftOutlook.node.ts @@ -641,7 +641,7 @@ export class MicrosoftOutlook implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Mindee/Mindee.node.ts b/packages/nodes-base/nodes/Mindee/Mindee.node.ts index 8d160bd3d7..72cc1fbc40 100644 --- a/packages/nodes-base/nodes/Mindee/Mindee.node.ts +++ b/packages/nodes-base/nodes/Mindee/Mindee.node.ts @@ -178,7 +178,7 @@ export class Mindee implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } if (version === 1) { @@ -249,7 +249,7 @@ export class Mindee implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } if (version === 1) { diff --git a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts index bf73c70bde..69fba75c92 100644 --- a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts +++ b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts @@ -915,7 +915,7 @@ export class NextCloud implements INodeType { if (item.binary[propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts b/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts index e955d93380..bffbefd557 100644 --- a/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts +++ b/packages/nodes-base/nodes/NocoDB/NocoDB.node.ts @@ -273,7 +273,7 @@ export class NocoDB implements INodeType { if (binaryPropertyName && !items[i].binary![binaryPropertyName]) { throw new NodeOperationError( this.getNode(), - `Binary property ${binaryPropertyName} does not exist on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -583,7 +583,7 @@ export class NocoDB implements INodeType { if (binaryPropertyName && !items[i].binary![binaryPropertyName]) { throw new NodeOperationError( this.getNode(), - `Binary property ${binaryPropertyName} does not exist on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts index f95f49f1c7..bdcccc7a6d 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts @@ -4350,7 +4350,7 @@ export class Pipedrive implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts index 1bd0f5eebb..2283d98829 100644 --- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts +++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts @@ -416,7 +416,7 @@ export class Pushbullet implements INodeType { if (items[i].binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Pushover/Pushover.node.ts b/packages/nodes-base/nodes/Pushover/Pushover.node.ts index e68d546060..94bca10602 100644 --- a/packages/nodes-base/nodes/Pushover/Pushover.node.ts +++ b/packages/nodes-base/nodes/Pushover/Pushover.node.ts @@ -353,7 +353,7 @@ export class Pushover implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/RespondToWebhook/RespondToWebhook.node.ts b/packages/nodes-base/nodes/RespondToWebhook/RespondToWebhook.node.ts index c85f3dad5f..8af6f7be06 100644 --- a/packages/nodes-base/nodes/RespondToWebhook/RespondToWebhook.node.ts +++ b/packages/nodes-base/nodes/RespondToWebhook/RespondToWebhook.node.ts @@ -244,7 +244,7 @@ export class RespondToWebhook implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${responseBinaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${responseBinaryPropertyName}"`, ); } diff --git a/packages/nodes-base/nodes/S3/S3.node.ts b/packages/nodes-base/nodes/S3/S3.node.ts index 6cab88c6be..341efa1e0d 100644 --- a/packages/nodes-base/nodes/S3/S3.node.ts +++ b/packages/nodes-base/nodes/S3/S3.node.ts @@ -846,7 +846,7 @@ export class S3 implements INodeType { if ((items[i].binary as IBinaryKeyData)[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/SendInBlue/GenericFunctions.ts b/packages/nodes-base/nodes/SendInBlue/GenericFunctions.ts index 36d7fc2c3b..61519aef7e 100644 --- a/packages/nodes-base/nodes/SendInBlue/GenericFunctions.ts +++ b/packages/nodes-base/nodes/SendInBlue/GenericFunctions.ts @@ -91,7 +91,7 @@ export namespace SendInBlueNode { if (item.binary![binaryPropertyAttachmentName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property “${binaryPropertyAttachmentName}” exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, ); } diff --git a/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts b/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts index 1cb9592b08..0c80b68095 100644 --- a/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts +++ b/packages/nodes-base/nodes/ServiceNow/ServiceNow.node.ts @@ -612,7 +612,7 @@ export class ServiceNow implements INodeType { } else { throw new NodeOperationError( this.getNode(), - `No binary data property "${inputDataFieldName}" does not exists on item!`, + `Item has no binary property called "${inputDataFieldName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Slack/V1/SlackV1.node.ts b/packages/nodes-base/nodes/Slack/V1/SlackV1.node.ts index 261129648e..fc409eb6ae 100644 --- a/packages/nodes-base/nodes/Slack/V1/SlackV1.node.ts +++ b/packages/nodes-base/nodes/Slack/V1/SlackV1.node.ts @@ -1102,7 +1102,7 @@ export class SlackV1 implements INodeType { ) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Slack/V2/SlackV2.node.ts b/packages/nodes-base/nodes/Slack/V2/SlackV2.node.ts index 6304df6bf1..0d0afcc2e1 100644 --- a/packages/nodes-base/nodes/Slack/V2/SlackV2.node.ts +++ b/packages/nodes-base/nodes/Slack/V2/SlackV2.node.ts @@ -1068,7 +1068,7 @@ export class SlackV2 implements INodeType { ) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryPropertyName}" does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Ssh/Ssh.node.ts b/packages/nodes-base/nodes/Ssh/Ssh.node.ts index 5d28ba8861..b846ecb679 100644 --- a/packages/nodes-base/nodes/Ssh/Ssh.node.ts +++ b/packages/nodes-base/nodes/Ssh/Ssh.node.ts @@ -356,7 +356,7 @@ export class Ssh implements INodeType { if (item.binary[propertyNameUpload] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${propertyNameUpload}" does not exists on item!`, + `Item has no binary property called "${propertyNameUpload}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/TheHive/TheHive.node.ts b/packages/nodes-base/nodes/TheHive/TheHive.node.ts index 5df283dbbb..6e35b7ef58 100644 --- a/packages/nodes-base/nodes/TheHive/TheHive.node.ts +++ b/packages/nodes-base/nodes/TheHive/TheHive.node.ts @@ -442,7 +442,7 @@ export class TheHive implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property '${binaryPropertyName}' does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -719,7 +719,7 @@ export class TheHive implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property '${binaryPropertyName}' does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -914,7 +914,7 @@ export class TheHive implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property '${binaryPropertyName}' does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } @@ -1770,7 +1770,7 @@ export class TheHive implements INodeType { if (item.binary[binaryPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property '${binaryPropertyName}' does not exists on item!`, + `Item has no binary property called "${binaryPropertyName}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Twist/Twist.node.ts b/packages/nodes-base/nodes/Twist/Twist.node.ts index 1830d89e85..6992ac7b0c 100644 --- a/packages/nodes-base/nodes/Twist/Twist.node.ts +++ b/packages/nodes-base/nodes/Twist/Twist.node.ts @@ -261,7 +261,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -370,7 +370,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -449,7 +449,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -574,7 +574,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -658,7 +658,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } @@ -766,7 +766,7 @@ export class Twist implements INodeType { if (binaryData === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); } diff --git a/packages/nodes-base/nodes/Xml/Xml.node.ts b/packages/nodes-base/nodes/Xml/Xml.node.ts index 302dcd641e..ef02376007 100644 --- a/packages/nodes-base/nodes/Xml/Xml.node.ts +++ b/packages/nodes-base/nodes/Xml/Xml.node.ts @@ -239,7 +239,7 @@ export class Xml implements INodeType { if (item.json[dataPropertyName] === undefined) { throw new NodeOperationError( this.getNode(), - `No json property "${dataPropertyName}" does not exists on item!`, + `Item has no JSON property called "${dataPropertyName}"`, { itemIndex }, ); } diff --git a/packages/nodes-base/nodes/Zulip/Zulip.node.ts b/packages/nodes-base/nodes/Zulip/Zulip.node.ts index f2840bdc40..4bed35caa8 100644 --- a/packages/nodes-base/nodes/Zulip/Zulip.node.ts +++ b/packages/nodes-base/nodes/Zulip/Zulip.node.ts @@ -200,7 +200,7 @@ export class Zulip implements INodeType { if (items[i].binary[binaryProperty] === undefined) { throw new NodeOperationError( this.getNode(), - `No binary data property "${binaryProperty}" does not exists on item!`, + `Item has no binary property called "${binaryProperty}"`, { itemIndex: i }, ); }