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

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

Indexable

[key: string]: any

Properties

Properties

code: "SearchIndexingInProgress"
message: string

"The indexing is currently in progress. Please wait until the status is "Activated" to execute search requests."

Generated using TypeDoc