Interface SearchFacetPathNotFoundError

All Superinterfaces:
ErrorObject

public interface SearchFacetPathNotFoundError extends ErrorObject

Returned when a search facet path could not be found.


Example to create an instance using the builder pattern

     SearchFacetPathNotFoundError searchFacetPathNotFoundError = SearchFacetPathNotFoundError.builder()
             .message("{message}")
             .build()