Class BadGatewayErrorImpl

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

public class BadGatewayErrorImpl extends Object implements BadGatewayError, io.vrap.rmf.base.client.ModelBase

Returned when a server-side problem is caused by scaling infrastructure resources.

The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.