Class GraphQLAttributeDefinitionAlreadyExistsErrorImpl

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

public class GraphQLAttributeDefinitionAlreadyExistsErrorImpl extends Object implements GraphQLAttributeDefinitionAlreadyExistsError, 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.