Class AttributeDefinitionAlreadyExistsErrorImpl

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

public class AttributeDefinitionAlreadyExistsErrorImpl extends Object implements AttributeDefinitionAlreadyExistsError, io.vrap.rmf.base.client.ModelBase

Returned when the name of the AttributeDefinition conflicts with an existing Attribute.

The error is returned as a failed response to the Create ProductType request or Change AttributeDefinition Name update action.