ErrorResponse クラス

エラー応答情報。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.machinelearningcompute._serialization.Model
ErrorResponse

コンストラクター

ErrorResponse(*, code: str, message: str, details: List[_models.ErrorDetail] | None = None, **kwargs)

変数

code
str

エラー コード。 必須です。

message
str

エラー メッセージ。 必須です。

details
list[ErrorDetail]

エラー詳細オブジェクトの配列