DatabaseOperation.ErrorCode Property

Definition

Gets the operation error code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to