次の方法で共有


BulkEnrollmentOperationError.ErrorCode プロパティ

定義

エラー コード。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errorCode")]
public int? ErrorCode { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errorCode")>]
member this.ErrorCode : Nullable<int>
Public ReadOnly Property ErrorCode As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

特定の registrationId の操作中にエラーを報告します。

適用対象