Interface GraphQLNotEnabledError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLNotEnabledError extends GraphQLErrorObject

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