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

    Interface GraphQLProjectNotConfiguredForLanguagesError

    Returned when the languages set for a Store are not supported by the Project.

    The error is returned as a failed response to the [Set Languages](ctp:api:type:StoreSetLanguagesAction) update action.
    
    interface GraphQLProjectNotConfiguredForLanguagesError {
        code: "ProjectNotConfiguredForLanguages";
        languages?: string[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "ProjectNotConfiguredForLanguages"

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

    languages?: string[]

    Languages configured for the Store.