Interface GraphQLMaxDiscountGroupsReachedError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLMaxDiscountGroupsReachedError extends GraphQLErrorObject

Returned when a Discount Group cannot be created or activated as the limit for active Discount Groups has been reached.

The error is returned as a failed response to:


Example to create an instance using the builder pattern

     GraphQLMaxDiscountGroupsReachedError graphQLMaxDiscountGroupsReachedError = GraphQLMaxDiscountGroupsReachedError.builder()
             .build()