Skip to main content

Error Handler

Category: Control Standards: Error logging for compliance

Handle errors with retry, fallback, and notification

What this node does

  • Retry logic
  • Exponential backoff
  • Fallback values
  • Error notifications

How to use

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find Error Handler under the Control category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Input Data input port from an upstream node
  7. Optionally connect the Error Input port if needed
  8. Connect the Success Output and Error Output output to the next node downstream

Inputs

PortTypeRequiredDescription
Input Dataanyany data
Error InputerrorOptionalError information if the operation failed

Outputs

PortTypeDescription
Success Outputanyany data
Error OutputerrorError information if the operation failed

Configuration

Open the configuration dialog by double-clicking the Error Handler node on the canvas.

ParameterWhat to enter
retriesConfigure retries in the node settings
backoffMsConfigure backoffMs in the node settings
fallbackValueConfigure fallbackValue in the node settings
notifyOnConfigure notifyOn in the node settings

When to use this node

  • API error handling
  • Retry transient failures
  • Dead letter handling

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.