Connor Duncan
Connor Duncan
There is a workaround for this -- ignoring errors with `blp.BlpQuery("***", parser=blp.BlpParser(raise_security_errors=False))`. It would still be good to have more digestible information about the error returned to the user.
Hi Matthew---thanks for responding! For our use case at least, it would be useful to have something like ```python class BlpParseError(Exception): def __str__(self): return f"Parsing error occurred with request {self.args[0]}...
Thank you for clarifying. Mostly wanted to confirm that I was not creating these issues somehow with my local build or missing others in my PR on the other issue