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

    Interface GraphQLLanguageUsedInStoresError

    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 GraphQLLanguageUsedInStoresError {
        code: "LanguageUsedInStores";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "LanguageUsedInStores"

    One of the error codes that is listed on the Errors page.