共用方式為


ClientException 類別

與用戶端錯誤相關的例外狀況。

建構新的 ClientException。

繼承
ClientException
azureml._common.exceptions.AzureMLException
ClientException

建構函式

ClientException(exception_message='', target=None, **kwargs)

參數

名稱 Description
exception_message
必要
str

描述錯誤的訊息。

inner_exception
必要
str

例如,先前處理例外狀況的選擇性訊息。

target
str

造成引發例外狀況的專案名稱。

預設值: None
details
必要
str

有關錯誤的任何其他資訊,例如其他錯誤回應或堆疊追蹤。

exception_message
必要

例外狀況的詳細資料。

target
必要

造成擲回例外狀況的專案名稱。