Interface LanguageUsedInStoresError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
LanguageUsedInStoresErrorImpl

public interface LanguageUsedInStoresError extends ErrorObject

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 update action.


Example to create an instance using the builder pattern

     LanguageUsedInStoresError languageUsedInStoresError = LanguageUsedInStoresError.builder()
             .message("{message}")
             .build()