Class GraphQLMissingRoleOnChannelErrorImpl

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

public class GraphQLMissingRoleOnChannelErrorImpl extends Object implements GraphQLMissingRoleOnChannelError, io.vrap.rmf.base.client.ModelBase

Returned when one of the following states occur:

  • Channel is added or set on a Store with missing Channel roles.
  • Standalone Price references a Channel that does not contain the ProductDistribution role.

The error is returned as a failed response to:

  • Add Distribution Channel, Set Distribution Channel, Add Supply Channel, and Set Supply Channel update actions.
  • Create a Standalone Price request.