Skip to main content
Question

Catch specific exception in error handling

  • September 21, 2022
  • 1 reply
  • 66 views

Hi,

I would like to handle a specific exception in the catch action instead of catching all types of error. How can I achieve that?

Thank you.

1 reply

Forum|alt.badge.img+6
  • Navigator | Tier 3
  • September 22, 2022

@Damiano Emanuele Dovico​ 

This option is not available.

 

You will have to catch all exceptions.

Check exception type using if and throw error if not specific exception