Interface GraphQLNotEnabledError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLNotEnabledErrorImpl

Returned when the Project-specific category recommendations feature is not enabled for the Project.


Example to create an instance using the builder pattern

     GraphQLNotEnabledError graphQLNotEnabledError = GraphQLNotEnabledError.builder()
             .build()