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

    Interface GraphQLSearchFacetPathNotFoundError

    Returned when a search facet path could not be found.

    interface GraphQLSearchFacetPathNotFoundError {
        code: "SearchFacetPathNotFound";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchFacetPathNotFound"

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