The CombinationUnique AttributeConstraintEnum was violated.

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

Hierarchy (View Summary)

Properties

attributes: Attribute[]
code: "DuplicateAttributeValues"

An error identifier.

message: string

A plain language description of the cause of an error.