Class GraphQLInvalidOperationErrorImpl

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

public class GraphQLInvalidOperationErrorImpl extends Object implements GraphQLInvalidOperationError, io.vrap.rmf.base.client.ModelBase

Returned when the resources involved in the request are not in a valid state for the operation.

The client application should validate the constraints described in the error message before sending the request.