--- title: Stop And Error description: Documentation for the Stop And Error node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples. contentType: [integration, reference] priority: high --- # 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 ## Related resources You can use the Stop And Error node with the [Error trigger](/08-0-0-Workflow/integrations/builtin/core-nodes/n8n-nodes-base.errortrigger.md) node. Read more about [Error workflows](/08-0-0-Workflow/flow-logic/error-handling.md) in n8n workflows.