Condividi tramite


EventHubError Classe

Rappresenta un errore nel client.

Ereditarietà
builtins.Exception
EventHubError

Costruttore

EventHubError(message: str, details: List[str] | None = None)

Parametri

Nome Descrizione
message
Necessario
details
valore predefinito: None

Variabili

Nome Descrizione
message
str

Messaggio di errore.

error
str

Condizione di errore, se disponibile.

details

I dettagli dell'errore, se inclusi nella risposta al servizio.

Metodi

add_note

Exception.add_note(nota) - Aggiungere una nota all'eccezione

with_traceback

Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto.

add_note

Exception.add_note(nota) - Aggiungere una nota all'eccezione

add_note()

with_traceback

Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto.

with_traceback()

Attributi

args