Class GraphQLAttributeDefinitionTypeConflictErrorImpl

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

public class GraphQLAttributeDefinitionTypeConflictErrorImpl extends Object implements GraphQLAttributeDefinitionTypeConflictError, io.vrap.rmf.base.client.ModelBase

Returned when the type is different for an AttributeDefinition using the same name in multiple Product Types.

The error is returned as a failed response to the Create ProductType request.