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

    Interface ExtensionChainTooWideError

    Returned when an Extension declares more than 5 direct dependencies.

    interface ExtensionChainTooWideError {
        code: "ExtensionChainTooWide";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    code: "ExtensionChainTooWide"

    Error identifier.

    message: string

    "Extension chain breadth exceeds the maximum allowed breadth of 5"