The CombinationUnique AttributeConstraintEnum was violated.

interface DuplicateAttributeValuesError {
    attributes: Attribute[];
    code: "DuplicateAttributeValues";
    message: string;
}

Properties

attributes: Attribute[]
code: "DuplicateAttributeValues"
message: string