We only load Google Analytics after you opt in. You can change this choice at any time from Cookie settings.
Throw Error
The Throw Error node stops workflow execution immediately and returns an error response with a custom HTTP status code.
The Throw Error node stops workflow execution immediately and returns an error response with a custom HTTP status code. Use it for validation failures, unauthorized access, or other error conditions.
Overview
Property
Value
Inputs
1
Outputs
0
Output
Workflow stops; error response returned to caller
Parameters
Parameter
Type
Description
label
string
Node identifier (camelCase)
errorMessage
expression
Error message (supports expressions)
httpStatusCode
number
HTTP status code (e.g. 400, 401, 403, 404, 429, 500)