共用方式為


CosmosHttpResponseError 類別

對 Azure Cosmos 資料庫服務的 HTTP 要求失敗。

繼承
CosmosHttpResponseError

建構函式

CosmosHttpResponseError(status_code=None, message=None, response=None, **kwargs)

參數

status_code
int
預設值: None

HTTP 回應碼。

message
str
預設值: 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