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

    Interface GraphQLGeneralError

    Returned when a server-side problem occurs before or after data persistence. In some cases, the requested action may successfully complete after the error is returned. Therefore, it is recommended to verify the status of the requested resource after receiving a 500 error.

    If you encounter this error, report it to the [commercetools support team](https://support.commercetools.com).
    
    interface GraphQLGeneralError {
        code: "General";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    code: "General"

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