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

    Interface LanguageUsedInStoresError

    Returned when a language cannot be removed from a Project as it is being used by a Store.

    The error is returned as a failed response to the [Change Languages](ctp:api:type:ProjectChangeLanguagesAction) update action.
    
    interface LanguageUsedInStoresError {
        code: "LanguageUsedInStores";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "LanguageUsedInStores"

    Error identifier.

    message: string

    "Language(s) in use by a store cannot be deleted. Remove them in all the stores of this project first."