Returned if the requested search service is not ready. The search might be deactivated or indexing is in progress.

interface GraphQLSearchNotReadyError {
    code: "SearchNotReady";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "SearchNotReady"

One of the error codes that is listed on the Errors page.