Interface GraphQLObjectNotFoundError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLObjectNotFoundError extends GraphQLErrorObject

Returned if the requested resource was not found or the Product Search index is inactive.


Example to create an instance using the builder pattern

     GraphQLObjectNotFoundError graphQLObjectNotFoundError = GraphQLObjectNotFoundError.builder()
             .build()