EventHubError Class
Represents an error occurred in the client.
- Inheritance
-
builtins.ExceptionEventHubError
Constructor
EventHubError(message: str, details: List[str] | None = None)
Parameters
Name | Description |
---|---|
message
Required
|
|
details
|
Default value: None
|
Variables
Name | Description |
---|---|
message
|
The error message. |
error
|
The error condition, if available. |
details
|
The error details, if included in the service response. |
Methods
add_note |
Exception.add_note(note) – add a note to the exception |
with_traceback |
Exception.with_traceback(tb) – set self.traceback to tb and return self. |
add_note
Exception.add_note(note) – add a note to the exception
add_note()
with_traceback
Exception.with_traceback(tb) – set self.traceback to tb and return self.
with_traceback()
Attributes
args
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python