Throw error

Throw an error that can be catched by surrounding try blocks

Throw exception with given text

Sometimes you may encounter a situation where it makes no sense to continue with the execution of the subsequent blocks.

With this building block you can manually throw an error to abort the execution. Your error can then be catched by a surrounding try / catch blocks.

Use cases

  • Add proper error handling to your flow

Configuration

The only configuration is the error message. Pick your error message wisely so that it can be catched by surrounding try / catch blocks.

Questions and Feedback

If you have any comments on this page, feel free to add suggestions right to the Google document that we are using to create this site.

If you are not yet member of the Ultradox community on Google+, please join now to get updates from our end or to provide feedback, bug reports or discuss with other users.

Last Updated: 11/30/18