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

DirectionPortLabel
InputinputInput

Properties

PropertyTypeDefaultDescription
Error message
message
string "" The failure message. Supports ${variable.NAME} / ${credential.NAME.FIELD} substitution at run start.
Error code
errorCode
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.