Class EnumValueIsUsedErrorImpl

java.lang.Object
com.commercetools.api.models.error.EnumValueIsUsedErrorImpl
All Implemented Interfaces:
EnumValueIsUsedError, ErrorObject, io.vrap.rmf.base.client.ModelBase

public class EnumValueIsUsedErrorImpl extends Object implements EnumValueIsUsedError, 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.