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

Properties

Properties

code: "SearchFacetPathNotFound"

Error identifier.

message: string

"Facet path $path not found."