ResourceNotFoundError Klasse
Eine Fehlerantwort, die in der Regel durch eine 412-Antwort (für update) oder 404 (für get/post) ausgelöst wird
- Vererbung
-
ResourceNotFoundError
Konstruktor
ResourceNotFoundError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)
Parameter
- message
- response
Methoden
add_note |
Exception.add_note(Hinweis) – Fügen Sie der Ausnahme eine Notiz hinzu. |
raise_with_traceback |
Lösen Sie die Ausnahme mit der vorhandenen Rückverfolgung aus. Seit Version 1.22.0 veraltet: Diese Methode ist veraltet, da Python 2 nicht mehr unterstützt wird. Verwenden Sie stattdessen raise/from. |
with_traceback |
Exception.with_traceback(tb) – Selbst festlegen. traceback to tb and return self. |
add_note
Exception.add_note(Hinweis) – Fügen Sie der Ausnahme eine Notiz hinzu.
add_note()
raise_with_traceback
Lösen Sie die Ausnahme mit der vorhandenen Rückverfolgung aus.
Seit Version 1.22.0 veraltet: Diese Methode ist veraltet, da Python 2 nicht mehr unterstützt wird. Verwenden Sie stattdessen raise/from.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) – Selbst festlegen. traceback to tb and return self.
with_traceback()
Attribute
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