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;
}

Indexable

[key: string]: any

Properties

Properties

code: "LanguageUsedInStores"
message: string

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

Generated using TypeDoc