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

    Interface GraphQLResourceSizeLimitExceededError

    Returned when the resource exceeds the maximum allowed size of 16 MB.

    interface GraphQLResourceSizeLimitExceededError {
        code: "ResourceSizeLimitExceeded";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ResourceSizeLimitExceeded"

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