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

    Interface GraphQLSearchNotReadyError

    Returned if the requested search service is not ready. The search might be deactivated or indexing is in progress.

    interface GraphQLSearchNotReadyError {
        code: "SearchNotReady";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchNotReady"

    One of the error codes that is listed on the Errors page.