Throw Exception
- 09 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Throw Exception
- Updated on 09 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Flow Management > Error Handling |
The Throw Exception step allows the Designer to create a custom exception triggered when it is reached in the Flow. This step works in tandem with the Catch Exception step. The message configured on the Throw Exception step will reflect in the Catch Exception step stack trace.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Message | Message to include with the exception. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Related Information
Articles:
Best Practices For System/Application Level Error Handling
Example Lab:
Using the Catch Exception Step
Using Throw API Exception Step
Was this article helpful?