7.3. Error handling
Connector reports internal errors in RTI Connext DDS by raising an
rticonnextdds_connector.Error
. This exception may contain a description
of the error.
A subclass, TimeoutError
, indicates that an operation that can block
has timed out.
Other errors may be raised as TypeError
, ValueError
, AttributeError
,
or other built-in Python exceptions.
7.3.1. Class reference: Error, TimeoutError
7.3.1.1. Error class
- class rticonnextdds_connector.Error(message)
An error in the RTIConnext DDS Core
7.3.1.2. TimeoutError class
- class rticonnextdds_connector.TimeoutError
A timeout error in operations that can block