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

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

Indexable

[key: string]: any

Properties

Properties

code: "SearchExecutionFailure"

Generated using TypeDoc