Class EnumKeyDoesNotExistErrorImpl

java.lang.Object
com.commercetools.api.models.error.EnumKeyDoesNotExistErrorImpl
All Implemented Interfaces:
EnumKeyDoesNotExistError, ErrorObject, io.vrap.rmf.base.client.ModelBase

public class EnumKeyDoesNotExistErrorImpl extends Object implements EnumKeyDoesNotExistError, io.vrap.rmf.base.client.ModelBase

Returned when an AttributeEnumType or AttributeLocalizedEnumType already contains a value with the given key.

The error is returned as a failed response to the Change the key of an EnumValue update action.