The Unique AttributeConstraintEnum was violated.

interface DuplicateAttributeValueError {
    attribute: Attribute;
    code: "DuplicateAttributeValue";
    message: string;
}

Properties

attribute: Attribute

The attribute in conflict.

code: "DuplicateAttributeValue"
message: string