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

    Interface EnumValuesMustMatchError

    Returned when during an order update of AttributeEnumType or AttributeLocalizedEnumType the new enum values do not match the existing ones.

    The error is returned as a failed response to the [Change the order of EnumValues](ctp:api:type:ProductTypeChangePlainEnumValueOrderAction) and [Change the order of LocalizedEnumValues](ctp:api:type:ProductTypeChangeLocalizedEnumValueOrderAction) update actions.
    
    interface EnumValuesMustMatchError {
        code: "EnumValuesMustMatch";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "EnumValuesMustMatch"

    Error identifier.

    message: string

    "The given values must be equal to the existing enum values."