New posts are disabled while we improve the user experience.

You can browse the site, or for urgent issues, raise a query at MyAccount.

question

Upvotes
Accepted
1 0 0 0

EikonError in Workspace API

Hi! I am moving from Eikon to Workspace: where can I find the function EikonError in the new python library? from eikon import EikonError

pythonworkspace-data-api#technology#product
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
1.4k 3 2 4

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
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.