Interface GraphQLSyntaxErrorError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLSyntaxErrorErrorImpl

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()