Class GraphQLEnumValueIsUsedErrorImpl

java.lang.Object
com.commercetools.api.models.error.GraphQLEnumValueIsUsedErrorImpl
All Implemented Interfaces:
GraphQLEnumValueIsUsedError, GraphQLErrorObject, io.vrap.rmf.base.client.ModelBase

public class GraphQLEnumValueIsUsedErrorImpl extends Object implements GraphQLEnumValueIsUsedError, io.vrap.rmf.base.client.ModelBase

Returned when an enum value cannot be removed from an Attribute as it is being used by a Product.

The error is returned as a failed response to the Remove EnumValues from AttributeDefinition update action.