@gradientedge/commercetools-utils
    Preparing search index...

    Interface QueryTimedOutError

    Returned when the query times out.

    If a query constantly times out, please check if it follows the [performance best practices](/../api/predicates/query#performance-considerations).
    
    interface QueryTimedOutError {
        code: "QueryTimedOut";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "QueryTimedOut"

    Error identifier.

    message: string

    "The query timed out. If your query constantly times out, please check that it follows the performance best practices (see https://docs.commercetools.com/api/predicates/query#performance-considerations)."