Skip to main content
Ground Control | Tier 1
September 21, 2022
Question

Catch specific exception in error handling

  • September 21, 2022
  • 1 reply
  • 95 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

    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