Class EnumValuesMustMatchErrorImpl

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

public class EnumValuesMustMatchErrorImpl extends Object implements EnumValuesMustMatchError, io.vrap.rmf.base.client.ModelBase

Returned when during an order update of AttributeEnumType or AttributeLocalizedEnumType the new enum values do not match the existing ones.

The error is returned as a failed response to the Change the order of EnumValues and Change the order of LocalizedEnumValues update actions.