Class ConcurrentModificationErrorImpl

java.lang.Object
com.commercetools.importapi.models.errors.ConcurrentModificationErrorImpl
All Implemented Interfaces:
ConcurrentModificationError, ErrorObject, io.vrap.rmf.base.client.ModelBase

public class ConcurrentModificationErrorImpl extends Object implements ConcurrentModificationError, io.vrap.rmf.base.client.ModelBase

The request conflicts with the current state of the involved resources. This error typically occurs when the request attempts to modify a resource that is out of date, that is, it has been modified by another client since the last time it was retrieved by the system attempting to update it. The client application should resolve the conflict (with or without involving the end-user) before retrying the request.