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

    Interface MaxResourceLimitExceededError

    Returned when a resource type cannot be created as it has reached its limits.

    The limits must be adjusted for this resource before sending the request again.
    
    interface MaxResourceLimitExceededError {
        code: "MaxResourceLimitExceeded";
        exceededResource: ReferenceTypeId;
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "MaxResourceLimitExceeded"

    Error identifier.

    exceededResource: ReferenceTypeId

    Resource type that reached its maximum limit of configured elements (for example, 100 Zones per Project).

    message: string

    "You have exceeded the limit of $limit resources of type $resourceTypeId."