Class LayoutServiceGraphQlException
Version: 21.x
Details an exception that may occur when communicating with the Sitecore layout service.
Namespace: Sitecore.LayoutService.Client.RequestHandlers.GraphQL
Assembly: Sitecore.LayoutService.Client.dll
Syntax
RequestResponse
public class LayoutServiceGraphQlException : SitecoreLayoutServiceClientExceptionConstructors
LayoutServiceGraphQlException(GraphQLError)
Initializes a new instance of the LayoutServiceGraphQlException class.
Declaration
RequestResponse
public LayoutServiceGraphQlException(GraphQLError error)Parameters
| Type | Name | Description |
|---|---|---|
| GraphQL.GraphQLError | error |
GraphQL Error of a GraphQL Query. |
Properties
GraphQlError
Gets GraphQL Error of a GraphQL Query.
Declaration
RequestResponse
public GraphQLError GraphQlError { get; }Property Value
| Type | Description |
|---|---|
| GraphQL.GraphQLError |