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.

You can use IsValid checks: Unreal Engine Blueprint - Is Valid Check | Community tutorial

Which are similar but not the same.