Skip to content

Stop And Error#

Use the Stop And Error node to display custom error messages, cause executions to fail under certain conditions, and send custom error information to error workflows.

Operations#

  • Error Message
  • Error Object

Node parameters#

Both operations include one node parameter, the Error Type. Use this parameter to select the type of error to throw. Choose between the two operations: Error Message and Error Object.

The other parameters depend on which operation you select.

Error Message parameters#

The Error Message Error Type adds one parameter, the Error Message field. Enter the message you'd like to throw.

Error Object parameters#

The Error Object Error Type adds one parameter, the Error Object. Enter a JSON object that contains the error properties you'd like to throw.

Templates and examples#

Simple Google indexing Workflow in N8N

by Joachim Brindeau

View template details
Move a nextcloud folder file by file

by Nico Kowalczyk

View template details
Slack Webhook - Verify Signature

by Henri

View template details
Browse Stop And Error integration templates, or search all templates

You can use the Stop And Error node with the Error trigger node.

Read more about Error workflows in n8n workflows.