CosmosHttpResponseError Classe
Non è riuscita una richiesta HTTP al servizio di database Azure Cosmos.
- Ereditarietà
-
CosmosHttpResponseError
Costruttore
CosmosHttpResponseError(status_code=None, message=None, response=None, **kwargs)
Parametri
- response
Metodi
add_note |
Exception.add_note(nota) - Aggiungere una nota all'eccezione |
raise_with_traceback |
Generare l'eccezione con il traceback esistente. Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from. |
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()
raise_with_traceback
Generare l'eccezione con il traceback esistente.
Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto.
with_traceback()
Attributi
args
Azure SDK for Python