ResourceNotFoundError Klass
Ett felsvar, som vanligtvis utlöses av ett 412-svar (för uppdatering) eller 404 (för get/post)
- Arv
-
ResourceNotFoundError
Konstruktor
ResourceNotFoundError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)
Parametrar
- message
- response
Metoder
add_note |
Exception.add_note(obs) – lägg till en anteckning i undantaget |
raise_with_traceback |
Generera undantaget med den befintliga spårningsfilen. Inaktuell sedan version 1.22.0: Den här metoden är inaktuell eftersom vi inte stöder Python 2 längre. Använd raise/from i stället. |
with_traceback |
Exception.with_traceback(tb) – ange själv. traceback till tb och returnera själv. |
add_note
Exception.add_note(obs) – lägg till en anteckning i undantaget
add_note()
raise_with_traceback
Generera undantaget med den befintliga spårningsfilen.
Inaktuell sedan version 1.22.0: Den här metoden är inaktuell eftersom vi inte stöder Python 2 längre. Använd raise/from i stället.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) – ange själv. traceback till tb och returnera själv.
with_traceback()
Attribut
args
continuation_token
continuation_token: str | None
error
error: ODataV4Format | 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
model
model: Any | None
reason
reason: str | None
response
response: _HttpResponseCommonAPI | None
status_code
status_code: int | None
Azure SDK for Python