Class InvalidInputImpl

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

public class InvalidInputImpl extends Object implements InvalidInput, io.vrap.rmf.base.client.ModelBase

An invalid input has been sent to the service. The client application should validate the input according to the constraints described in the error message before sending the request again.

  • Constructor Details

    • InvalidInputImpl

      public InvalidInputImpl()
      create empty instance
  • Method Details