@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLEnumKeyAlreadyExistsError

    Returned when an AttributeEnumType or AttributeLocalizedEnumType contains a key that already exists.

    interface GraphQLEnumKeyAlreadyExistsError {
        code: "EnumKeyAlreadyExists";
        conflictingAttributeName: string;
        conflictingEnumKey: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "EnumKeyAlreadyExists"

    One of the error codes that is listed on the Errors page.

    conflictingAttributeName: string

    Name of the conflicting Attribute.

    conflictingEnumKey: string

    Conflicting enum key.