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

    Interface GraphQLObjectNotFoundError

    Returned if the requested resource was not found or the Product Search index is inactive.

    interface GraphQLObjectNotFoundError {
        code: "ObjectNotFound";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ObjectNotFound"

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