azure.eventhub.exceptions package¶
- class azure.eventhub.exceptions.EventHubError(message: str, details: List[str] | None = None)[source]¶
Represents an error occurred in the client.
- class azure.eventhub.exceptions.ConnectError(message: str, details: List[str] | None = None)[source]¶
Failed to connect to the Event Hubs service.
- class azure.eventhub.exceptions.ConnectionLostError(message: str, details: List[str] | None = 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: str, details: List[str] | None = None)[source]¶
Client prevented problematic event data from being sent.
- class azure.eventhub.exceptions.EventDataSendError(message: str, details: List[str] | None = None)[source]¶
Service returned an error while an event data is being sent.
- class azure.eventhub.exceptions.AuthenticationError(message: str, details: List[str] | None = 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.