次の方法で共有


IndexerExecutionResult.ErrorMessage プロパティ

定義

最上位レベルのエラー (存在する場合) を示すエラー メッセージを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="errorMessage")]
public string ErrorMessage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errorMessage")>]
member this.ErrorMessage : string
Public ReadOnly Property ErrorMessage As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象