> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/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/zh/build/stop-and-error.md).

# 在 Duaer 里配置 Stop and Error 节点

在 Duaer 里，Stop and Error 没有输出。默认 Error Type 是 Error Message。执行到这里会失败并停止后续节点。
## 用一句话标失败

1. 搜索 Stop and Error，接到判断失败的那条分支后面。
2. Error Type 保持 Error Message。
3. Error Message 填说明，例如 Order missing id。
4. 点执行此步骤。这次执行记为错误，后面的节点不会再跑。

Error Type 还可选 Error Object，填 JSON 错误对象。

概念与错误数字组织见 [在 Duaer 里用 Stop and Error 主动判失败](/zh/flow-logic/stop-and-error.md)。
## Questions

### Duaer 的 Stop and Error 后面还能接线吗？

节点本身没有输出端口。失败后若配置了错误数字组织，会走错误处理那条，而不是这个节点后面的连线。

