> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/stop-and-error.md).

# Configure Stop and Error in Duaer

In Duaer, Stop and Error has no outputs. Error Type defaults to Error Message. When the run reaches it, the execution fails and later nodes do not run.
## Fail with a short message

1. Search for Stop and Error and connect it on the branch that should fail.
2. Leave Error Type on Error Message.
3. Set Error Message, for example Order missing id.
4. Select Execute step. The execution is marked as an error. Later nodes do not run.

Error Type can also be Error Object with a JSON error object.

Refer to [Force a failure with Stop and Error in Duaer](/flow-logic/stop-and-error.md).
## Questions

### Can I wire nodes after Stop and Error in Duaer?

The node has no output ports. After a failure, an error digital organization can run if you configured one. That is not a wire from this node.

