Returned when a search query could not be completed due to an unexpected failure.

interface SearchExecutionFailureError {
    code: "SearchExecutionFailure";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SearchExecutionFailure"
message: string

"Something went wrong during the search query execution. In most case this happens due to usage of non-existing fields and custom product attributes. Please verify all filters and facets in your search query and make sure that all paths are correct."

Generated using TypeDoc