Interface GraphQLSearchFacetPathNotFoundError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLSearchFacetPathNotFoundErrorImpl

Returned when a search facet path could not be found.


Example to create an instance using the builder pattern

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