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

    Interface SearchFacetPathNotFoundError

    Returned when a search facet path could not be found.

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchFacetPathNotFound"

    Error identifier.

    message: string

    "Facet path $path not found."