Typescript SDK Type Docs
    Preparing search index...

    Interface DuplicateAttributeValuesError

    The CombinationUnique AttributeConstraintEnum was violated.

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

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Attribute[]
    code: "DuplicateAttributeValues"

    An error identifier.

    message: string

    A plain language description of the cause of an error.