We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.
Package com.vaadin.copilot
Class CopilotServerResponseCode
java.lang.Object
com.vaadin.copilot.CopilotServerResponseCode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
Server Internal Error
static int
Server Internal Error
static int
A Flow code suggestion
static int
A Hilla/React code suggestion
static 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()
-