Class PendingOperationErrorImpl

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

public class PendingOperationErrorImpl extends Object implements PendingOperationError, io.vrap.rmf.base.client.ModelBase

Returned when a previous conflicting operation is still pending and needs to finish before the request can succeed.

The client application should retry the request with exponential backoff up to a point where further delay is unacceptable. If the error persists, report it using the Support Portal.