Returned when the indexing of Product information is still in progress for Projects that have indexing activated.

interface GraphQLSearchIndexingInProgressError {
    code: "SearchIndexingInProgress";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "SearchIndexingInProgress"

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