Skip to main content
Version: Next

Catch Errors

Catches errors and extract the details.

Description

Catching an error from an error-flow allows you to access its details and trigger a control-flow every time an error is thrown.

Inputs

  • Error Flow (Error Flow): The error flow from which to catch errors.

Outputs

  • Message (String): The error message.
  • Code (Number): The error code.
  • Control Flow (Control Flow): The output control flow.
  • Stack (String): The stack of bricks that describes where the error has been thrown.