Hi, how do we handle errors when invoking the DSWS Python API get_data()? It does not return an "err" object like the EIKON API get_data(). It also does not raise an exception -- even though the get_data() call is within the "try" block, my statement after the get_data() still gets executed. Appreciate your advice. Thank you.