Interface GraphQLSemanticErrorError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLSemanticErrorError extends GraphQLErrorObject

Returned when a Discount predicate or API Extension predicate is not semantically correct.


Example to create an instance using the builder pattern

     GraphQLSemanticErrorError graphQLSemanticErrorError = GraphQLSemanticErrorError.builder()
             .build()