The Unique AttributeConstraintEnum was violated.

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

Hierarchy (View Summary)

Properties

attribute: Attribute

The attribute in conflict.

code: "DuplicateAttributeValue"

An error identifier.

message: string

A plain language description of the cause of an error.