Skip to main content
Version: Next

Catch Error Type

Catches errors and extract the details.

Description

Catching an error from an error-flow, and if the given code is the same than the error code, it allows you to access its details and trigger a control-flow. If the codes are different, it simply forward the error-flow.

Inputs

  • Code (Number): The error code that is accepted.
  • Error Flow (Error Flow): The error flow from which to catch errors.

Outputs

  • Message (String): The error message.
  • Control Flow (Control Flow): The output control flow.
  • Error Flow (Error Flow): The input error flow, if the input code and the error code are different.
  • Stack (String): The stack of bricks that describes where the error has been thrown.