次の方法で共有


ErrorResponseCommon クラス

定義

リソース管理エラー応答。

public class ErrorResponseCommon : Microsoft.Azure.Management.Monitor.Models.ErrorResponse
type ErrorResponseCommon = class
    inherit ErrorResponse
Public Class ErrorResponseCommon
Inherits ErrorResponse
継承
ErrorResponseCommon

コンストラクター

ErrorResponseCommon()

ErrorResponseCommon クラスの新しいインスタンスを初期化します。

ErrorResponseCommon(String, String, IList<ErrorResponseCommon>, IList<ErrorAdditionalInfo>)

ErrorResponseCommon クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalInfo

エラーの追加情報を取得します。

Code

エラー コードを取得または設定します

(継承元 ErrorResponse)
Details

エラーの詳細を取得します。

Message

操作が失敗した理由を示すエラー メッセージを取得または設定します。

(継承元 ErrorResponse)

適用対象