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
GraphQLErrorGraphQL Error of a GraphQL Query.
Properties
GraphQLError
Gets GraphQL Error of a GraphQL Query.
public GraphQLError GraphQLError { get; }
Property Value
- GraphQLError