You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now errors originating from OpenDDS are only provided in the form of exceptions based on the possible values of DDS::ReturnCode_t. Details of OpenDDS errors are only available through the logs, but it would be nice to provide these details in PyOpenDDS's exceptions. This would require a major (or at the very least significant) change to OpenDDS change to store these errors somewhere and an API able to access them.
Right now errors originating from OpenDDS are only provided in the form of exceptions based on the possible values of
DDS::ReturnCode_t
. Details of OpenDDS errors are only available through the logs, but it would be nice to provide these details in PyOpenDDS's exceptions. This would require a major (or at the very least significant) change to OpenDDS change to store these errors somewhere and an API able to access them.Related Issue in OpenDDS: OpenDDS/OpenDDS#2265
The text was updated successfully, but these errors were encountered: