exceptions Module
Classes
AuthenticationError |
Failed to connect to the Event Hubs service because of an authentication issue. |
ClientClosedError |
The Client has been closed and is unable to process further events. |
ConnectError |
Failed to connect to the Event Hubs service. |
ConnectionLostError |
Connection to the Event Hub is lost. In most cases the client will automatically retry on this error. |
EventDataError |
Client prevented problematic event data from being sent. |
EventDataSendError |
Service returned an error while an event data is being sent. |
EventHubError |
Represents an error occurred in the client. |
OperationTimeoutError |
Operation timed out. |
OwnershipLostError |
Raised when update_checkpoint detects the ownership to a partition has been lost. |