Hi! I am moving from Eikon to Workspace: where can I find the function EikonError in the new python library? from eikon import EikonError
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
Hi! I am moving from Eikon to Workspace: where can I find the function EikonError in the new python library? from eikon import EikonError
Hi @Ashling,
If you're moving from Eikon to Workspace, you can continue to use eikon Python lib without any change, but if you 're moving from eikon to refinitiv-data, EikonError was replaced by RDError generic error.
from refinitiv.data.errors import RDError