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