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

    Interface ObjectNotFoundError

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

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ObjectNotFound"

    Error identifier.

    message: string

    "A $resourceType with identifier $id was unexpectedly not found." or

    `"No index found for project"`