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

    Interface ContentTooLargeError

    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 ContentTooLargeError {
        code: "ContentTooLarge";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ContentTooLarge"

    Error identifier.

    message: string

    "Content too large."