Package com.vaadin.copilot
Class CopilotServerResponseCode
java.lang.Object
com.vaadin.copilot.CopilotServerResponseCode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
Server Internal Errorstatic int
Server Internal Errorstatic int
A Flow code suggestionstatic int
A Hilla/React code suggestionstatic int
No modification suggested -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ERROR
public static int ERRORServer Internal Error -
ERROR_REQUEST
public static int ERROR_REQUESTServer Internal Error -
NOTHING
public static int NOTHINGNo modification suggested -
HILLA_REACT
public static int HILLA_REACTA Hilla/React code suggestion -
FLOW
public static int FLOWA Flow code suggestion
-
-
Constructor Details
-
CopilotServerResponseCode
public CopilotServerResponseCode()
-