Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
SearchFacetPathNotFoundError
Interface SearchFacetPathNotFoundError
Returned when a search facet path could not be found.
interface
SearchFacetPathNotFoundError
{
code
:
"SearchFacetPathNotFound"
;
message
:
string
;
[
key
:
string
]
:
any
;
}
Indexable
[
key:
string
]:
any
Index
Properties
code
message
Properties
Readonly
code
code
:
"SearchFacetPathNotFound"
Readonly
message
message
:
string
"Facet path $path not found."
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
message
Typescript SDK Type Docs
Loading...
Returned when a search facet path could not be found.