Interface GraphQLSemanticErrorError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLSemanticErrorErrorImpl

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