你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpResponseError 类
发出请求,并从服务收到非成功状态代码。
- 继承
-
HttpResponseError
构造函数
HttpResponseError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)
参数
变量
- reason
- str
HTTP 响应原因
- status_code
- int
HttpResponse 的状态代码
- response
- HttpResponse 或 AsyncHttpResponse
触发异常的响应。
- model
- <xref:msrest.serialization.Model>
请求正文/响应正文模型
- error
- ODataV4Format
格式化错误
方法
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 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 to tb and return self.
with_traceback()
属性
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