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

    Interface ProjectNotConfiguredForLanguagesError

    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 ProjectNotConfiguredForLanguagesError {
        code: "ProjectNotConfiguredForLanguages";
        languages?: string[];
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "ProjectNotConfiguredForLanguages"

    Error identifier.

    languages?: string[]

    Languages configured for the Store.

    message: string

    "The project is not configured for given languages."