Interface SearchIndexingInProgressError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
SearchIndexingInProgressErrorImpl

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