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

    Interface GraphQLContentTooLargeError

    Returned when the request results in too much data being returned from the API. Adjust the request query to reduce the size of the data returned.

    interface GraphQLContentTooLargeError {
        code: "ContentTooLarge";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ContentTooLarge"

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