Class GraphQLPendingOperationErrorImpl

java.lang.Object
com.commercetools.api.models.error.GraphQLPendingOperationErrorImpl
All Implemented Interfaces:
GraphQLErrorObject, GraphQLPendingOperationError, io.vrap.rmf.base.client.ModelBase

public class GraphQLPendingOperationErrorImpl extends Object implements GraphQLPendingOperationError, 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.