Use the Throw Error component

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Raise an exception during the automation process to indicate something incorrect has occurred by using the Throw Error component in RPA Desktop Design Studio.

    Before you begin

    Role required: none

    About this task

    You can configure the properties for the Throw Error component. For more information about these properties, see Properties of the General components.

    Procedure

    1. In the Toolbox pane, navigate to General > Throw Error.
    2. Drag the Throw Error component to the Design surface.
    3. In the Toolbox pane, navigate to General > Try Catch.
    4. Drag the Try Catch component to the Design surface.
    5. In the Toolbox pane, navigate to General > MessageBox > Show.
    6. Drag the Show component to the Design surface.
    7. Optional: Connect the data and control ports of the Throw Error component to the corresponding ports of the other components as described in the following table and image.
      Port name Purpose of connection Port type Data type
      Exception Type Specify the category of the occurred error.

      For example, Application.

      Data In String
      Message Provide a detailed description of the error, explaining the issue and the suggestion solution.

      For example, "There was an error loading the application. Please try again."

      Data In String
      Figure 1. Throw Error component
      The data and control ports of the Throw Error component connected to the corresponding ports of the other components - Try Catch and Show, on the Design surface.
    8. Optional: To test the component, click Run from the Design tab.
      Figure 2. Throw Error component result
      Output of the Throw Error component.