QueryRequest.Error Property

Definition

error

[System.Text.Json.Serialization.JsonPropertyName("error")]
public System.Text.Json.JsonElement? Error { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("error")>]
member this.Error : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Error As Nullable(Of JsonElement)

Property Value

Attributes

Applies to