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

    Interface GraphQLSearchExecutionFailureError

    Returned when a search query could not be completed due to an unexpected failure.

    interface GraphQLSearchExecutionFailureError {
        code: "SearchExecutionFailure";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchExecutionFailure"

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