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.