n8n-nodes-base
Version:
Base nodes of n8n
3 lines • 304 B
TypeScript
import type { IExecuteSingleFunctions, IN8nHttpFullResponse, INodeExecutionData } from 'n8n-workflow';
export declare function handleError(this: IExecuteSingleFunctions, data: INodeExecutionData[], response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>;
//# sourceMappingURL=errorHandler.d.ts.map