Interface SearchIndexingInProgressError

All Superinterfaces:
ErrorObject

public interface SearchIndexingInProgressError extends ErrorObject

Returned when the indexing of Product information is still in progress for Projects that have indexing activated.


Example to create an instance using the builder pattern

     SearchIndexingInProgressError searchIndexingInProgressError = SearchIndexingInProgressError.builder()
             .message("{message}")
             .build()
 
  • Field Details

    • SEARCH_INDEXING_IN_PROGRESS

      static final String SEARCH_INDEXING_IN_PROGRESS
      discriminator value for SearchIndexingInProgressError
      See Also:
  • Method Details