Stop and Error
utility.stop-and-error Error Handling v0.1.0 Unconditionally fails the flow with a configured error code and message — catchable by an enclosing Try, otherwise it fails the run.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Input |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Error messagemessage | string | "" | The failure message. Supports ${variable.NAME} / ${credential.NAME.FIELD} substitution at run start. |
Error codeerrorCode | string | "STOPPED_BY_NODE" | Machine-readable error code carried by the failure (and by trigger.error's payload). |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.