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