次の方法で共有


BulkEnrollmentOperationError.ErrorStatus プロパティ

定義

エラーの状態。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errorStatus")]
public string ErrorStatus { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errorStatus")>]
member this.ErrorStatus : string
Public ReadOnly Property ErrorStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

特定の registrationId の操作中に発生したエラーについて説明します。

適用対象