Returned when a search facet path could not be found.

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

Indexable

[key: string]: any

Properties

Properties

code: "SearchFacetPathNotFound"
message: string

"Facet path $path not found."

Generated using TypeDoc