@gradientedge/commercetools-utils
    Preparing search index...

    Interface SearchIndexingInProgressError

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

    interface SearchIndexingInProgressError {
        code: "SearchIndexingInProgress";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchIndexingInProgress"

    Error identifier.

    message: string

    "The indexing is currently in progress. Please wait until the status is "Activated" to execute search requests."