InnerHttpError.StatusCode Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("statusCode")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public int? StatusCode { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("statusCode")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.StatusCode : Nullable<int> with get, set
Public Property StatusCode As Nullable(Of Integer)

Property Value

Attributes

Applies to