Class ValidationErrorEvent


public class ValidationErrorEvent extends StrategyEvent<EditStrategyRequest>

An event to notify the client that the request to modify an existing order has been rejected on validation by the backend.

See Also:
  • Field Details

    • VALIDATION_ERROR_EVENT

      public static final String VALIDATION_ERROR_EVENT
      The name of the transition representing this event
      See Also:
  • Constructor Details

    • ValidationErrorEvent

      public ValidationErrorEvent(Strategy strategy)
      Constructs an ValidationErrorEvent with the event name "ValidationError".