你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceNotFoundError 类

错误响应,通常由更新) 的 412 响应 (或获取/发布) 的 404 (触发

继承
ResourceNotFoundError

构造函数

ResourceNotFoundError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)

参数

message
默认值: None
response
默认值: None

方法

add_note

Exception.add_note (注释) - 向异常添加注释

raise_with_traceback

使用现有回溯引发异常。

自版本 1.22.0 起已弃用:此方法已弃用,因为我们不再支持 Python 2。 请改用 raise/from。

with_traceback

Exception.with_traceback (tb) - 自行设置。traceback to tb and return self.

add_note

Exception.add_note (注释) - 向异常添加注释

add_note()

raise_with_traceback

使用现有回溯引发异常。

自版本 1.22.0 起已弃用:此方法已弃用,因为我们不再支持 Python 2。 请改用 raise/from。

raise_with_traceback() -> None

with_traceback

Exception.with_traceback (tb) - 自行设置。traceback to tb and return self.

with_traceback()

属性

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