Interface GraphQLSearchDeactivatedError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLSearchDeactivatedError extends GraphQLErrorObject

Returned when the indexing of Product information is deactivated in a Project.

To activate indexing, call Change Product Search Indexing Enabled and set enabled to true.


Example to create an instance using the builder pattern

     GraphQLSearchDeactivatedError graphQLSearchDeactivatedError = GraphQLSearchDeactivatedError.builder()
             .build()