Class InvalidJsonInputImpl

java.lang.Object
com.commercetools.importapi.models.errors.InvalidJsonInputImpl
All Implemented Interfaces:
ErrorObject, InvalidJsonInput, io.vrap.rmf.base.client.ModelBase

public class InvalidJsonInputImpl extends Object implements InvalidJsonInput, io.vrap.rmf.base.client.ModelBase

An invalid JSON input has been sent to the service. Either the JSON is syntactically incorrect or the JSON has an unexpected shape, for example, a required field is missing. The client application should validate the input according to the constraints described in the error message before sending the request again.

  • Constructor Details

    • InvalidJsonInputImpl

      public InvalidJsonInputImpl()
      create empty instance
  • Method Details