次の方法で共有


ArmSelfHelpModelFactory.SelfHelpError メソッド

定義

SelfHelpError の新しいインスタンスを初期化します。

public static Azure.ResourceManager.SelfHelp.Models.SelfHelpError SelfHelpError (string code = default, string errorType = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpError> details = default);
static member SelfHelpError : string * string * string * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpError> -> Azure.ResourceManager.SelfHelp.Models.SelfHelpError
Public Shared Function SelfHelpError (Optional code As String = Nothing, Optional errorType As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of SelfHelpError) = Nothing) As SelfHelpError

パラメーター

code
String

HTTP エラー コードのサブステータスとして機能するサービス固有のエラー コード。

errorType
String

本明細書のエラーの追加コンテキストとして機能するサービス固有のエラーの種類。

message
String

エラーの説明。

details
IEnumerable<SelfHelpError>

このコントラクトで説明されているように、追加の入れ子になったエラー応答情報オブジェクトの配列。

戻り値

モック作成用の新しい SelfHelpError インスタンス。

適用対象