Table of Contents

Class LayoutServiceGraphQlException

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Request.Handlers.GraphQL
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Details an exception that may occur when communicating with the Sitecore layout service.

public class LayoutServiceGraphQlException : SitecoreLayoutServiceClientException, ISerializable
Inheritance
LayoutServiceGraphQlException
Implements
Inherited Members

Constructors

LayoutServiceGraphQlException(GraphQLError)

Initializes a new instance of the LayoutServiceGraphQlException class.

public LayoutServiceGraphQlException(GraphQLError error)

Parameters

error GraphQLError

GraphQL Error of a GraphQL Query.

Properties

GraphQlError

Gets GraphQL Error of a GraphQL Query.

public GraphQLError GraphQlError { get; }

Property Value

GraphQLError