ErrorResponse(String, String) コンストラクター

定義

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

public ErrorResponse (string code, string message);
new Azure.AI.AnomalyDetector.ErrorResponse : string * string -> Azure.AI.AnomalyDetector.ErrorResponse
Public Sub New (code As String, message As String)

パラメーター

code
String

エラー コード。

message
String

サービスが報告したエラーを説明するメッセージ。

例外

code または message が null です。

適用対象