Interface GraphQLLanguageUsedInStoresError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLLanguageUsedInStoresErrorImpl

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

     GraphQLLanguageUsedInStoresError graphQLLanguageUsedInStoresError = GraphQLLanguageUsedInStoresError.builder()
             .build()