Class GraphQLBadGatewayErrorImpl

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

public class GraphQLBadGatewayErrorImpl extends Object implements GraphQLBadGatewayError, 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.