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;
}

Indexable

[key: string]: any

Properties

Properties

code: "QueryTimedOut"
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)."

Generated using TypeDoc