Interface GraphQLSyntaxErrorError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLSyntaxErrorError extends GraphQLErrorObject

Returned when a Discount predicate, API Extension predicate, or search query does not have the correct syntax.


Example to create an instance using the builder pattern

     GraphQLSyntaxErrorError graphQLSyntaxErrorError = GraphQLSyntaxErrorError.builder()
             .build()