Interface SearchFacetPathNotFoundError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
SearchFacetPathNotFoundErrorImpl

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()