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

    Interface ResourceSizeLimitExceededError

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

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ResourceSizeLimitExceeded"

    Error identifier.

    message: string

    "The resource size exceeds the maximal allowed size of 16 MB."