Typescript SDK Type Docs
    Preparing search index...

    Interface DuplicateAttributeValueError

    The Unique AttributeConstraintEnum was violated.

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

    Hierarchy (View Summary)

    Index

    Properties

    attribute: Attribute

    The attribute in conflict.

    code: "DuplicateAttributeValue"

    An error identifier.

    message: string

    A plain language description of the cause of an error.