Class GraphQLInvalidJsonInputErrorImpl

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

public class GraphQLInvalidJsonInputErrorImpl extends Object implements GraphQLInvalidJsonInputError, io.vrap.rmf.base.client.ModelBase

Returned when an invalid JSON input has been sent. Either the JSON is syntactically incorrect or does not conform to the expected shape (for example is missing a required field).

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