Interface GraphQLDuplicateAttributeValuesError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLDuplicateAttributeValuesErrorImpl

Returned when the CombinationUnique AttributeConstraint criteria are not met during an Update Product request.


Example to create an instance using the builder pattern

     GraphQLDuplicateAttributeValuesError graphQLDuplicateAttributeValuesError = GraphQLDuplicateAttributeValuesError.builder()
             .plusAttributes(attributesBuilder -> attributesBuilder)
             .build()