azure.eventhub.exceptions package¶
- class
azure.eventhub.exceptions.
EventHubError
(message, details=None)[source]¶Represents an error occurred in the client.
- class
azure.eventhub.exceptions.
ConnectError
(message, details=None)[source]¶Failed to connect to the Event Hubs service.
- class
azure.eventhub.exceptions.
ConnectionLostError
(message, details=None)[source]¶Connection to the Event Hub is lost.
In most cases the client will automatically retry on this error.
- class
azure.eventhub.exceptions.
EventDataError
(message, details=None)[source]¶Client prevented problematic event data from being sent.
- class
azure.eventhub.exceptions.
EventDataSendError
(message, details=None)[source]¶Service returned an error while an event data is being sent.
- class
azure.eventhub.exceptions.
AuthenticationError
(message, details=None)[source]¶Failed to connect to the Event Hubs service because of an authentication issue.
- class
azure.eventhub.exceptions.
OwnershipLostError
[source]¶Raised when update_checkpoint detects the ownership to a partition has been lost.