HttpResponseError Classe
È stata effettuata una richiesta e un codice di stato non riuscito è stato ricevuto dal servizio.
- Ereditarietà
-
HttpResponseError
Costruttore
HttpResponseError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)
Parametri
- message
- object
Attributo dell'oggetto messaggio stringato come attributo 'message'
- response
- HttpResponse oppure AsyncHttpResponse
Risposta che ha attivato l'eccezione.
Variabili
- reason
- str
Motivo della risposta HTTP
- status_code
- int
Codice di stato di HttpResponse
- response
- HttpResponse oppure AsyncHttpResponse
Risposta che ha attivato l'eccezione.
- model
- <xref:msrest.serialization.Model>
Modello del corpo della richiesta/risposta
- error
- ODataV4Format
Errore formattato
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
continuation_token
continuation_token: str | None
exc_msg
exc_msg: str
exc_traceback
exc_traceback: TracebackType | None
exc_type
exc_type: Type[Any] | None
exc_value
exc_value: BaseException | None
inner_exception
inner_exception: BaseException | None
message
message: str
Azure SDK for Python