Class GraphQLEnumValuesMustMatchErrorImpl

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

public class GraphQLEnumValuesMustMatchErrorImpl extends Object implements GraphQLEnumValuesMustMatchError, 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.