GraphQLUserResponse.Errors Property

Definition

Optional array of GraphQL errors; only present if errors occurred

[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.Starmind.Models.GraphQLError> Errors { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("errors")>]
member this.Errors : System.Collections.Generic.List<Azure.Connectors.Sdk.Starmind.Models.GraphQLError> with get, set
Public Property Errors As List(Of GraphQLError)

Property Value

Attributes

Applies to