Use the Throw Error component
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
In the Toolbox pane, navigate to General > Throw Error.
Drag the Throw Error component to the Design surface.
In the Toolbox pane, navigate to General > Try Catch.
Drag the Try Catch component to the Design surface.
In the Toolbox pane, navigate to General > MessageBox > Show.
Drag the Show component to the Design surface.
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 |
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.
- To test the component, click Run from the Design tab.
Output of the Throw Error component.
Parent Topic:General