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

    Interface ExtensionChainTooDeepError

    Returned when the Extension dependency chain exceeds 3 layers.

    interface ExtensionChainTooDeepError {
        code: "ExtensionChainTooDeep";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

    Error identifier.

    message: string

    "The dependency chain depth 4 exceeds the maximum allowed depth of 3"