Interface GraphQLSearchFacetPathNotFoundError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLSearchFacetPathNotFoundError extends GraphQLErrorObject

Returned when a search facet path could not be found.


Example to create an instance using the builder pattern

     GraphQLSearchFacetPathNotFoundError graphQLSearchFacetPathNotFoundError = GraphQLSearchFacetPathNotFoundError.builder()
             .build()