dxlstreamingclient.error module¶
Classes for the different exceptions that the dxlstreamingclient APIs can raise.
-
exception
dxlstreamingclient.error.
PermanentError
¶ Bases:
exceptions.Exception
Exception raised for an operation which would not be expected to succeed even if the operation were retried.
-
exception
dxlstreamingclient.error.
StopError
¶ Bases:
exceptions.Exception
Exception raised for an operation which is interrupted due to the channel being stopped.
-
exception
dxlstreamingclient.error.
TemporaryError
¶ Bases:
exceptions.Exception
Exception raised when an unexpected/unknown (but possibly recoverable) error occurs.