JobInnerError.DiagnosticCode Property

Definition

Gets the diagnostic error code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to