Error.Code Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("code")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public string Code { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("code")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Code : string with get, set
Public Property Code As String

Property Value

Attributes

Applies to