Class CopilotServerResponseCode

java.lang.Object
com.vaadin.copilot.CopilotServerResponseCode

public class CopilotServerResponseCode extends Object
  • Field Details

    • ERROR

      public static int ERROR
      Server Internal Error
    • ERROR_REQUEST

      public static int ERROR_REQUEST
      Server Internal Error
    • NOTHING

      public static int NOTHING
      No modification suggested
    • HILLA_REACT

      public static int HILLA_REACT
      A Hilla/React code suggestion
    • FLOW

      public static int FLOW
      A Flow code suggestion
  • Constructor Details

    • CopilotServerResponseCode

      public CopilotServerResponseCode()