Class ConcurrentModificationErrorImpl

java.lang.Object
com.commercetools.api.models.error.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

Returned when the request conflicts with the current state of the involved resources. Typically, the request attempts to modify a resource that is out of date (that is modified by another client since it was last retrieved). The client application should resolve the conflict (with or without involving the end-user) before retrying the request.