Interface GraphQLLanguageUsedInStoresError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLLanguageUsedInStoresError extends GraphQLErrorObject

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()