Is there some form of Try: Except error: structure like in python and javascript?

Similar to:

try:
     x.get("2")
except TypeError as e:
    pass

natively in blueprint??? no.

There are however available in the marketplace.

1 Like