Index: pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
index 346bf63818313033d2c7d7f6669093fcc8f5ed9f..077698733a6e5359b26177339d88020b6d10a9c0 100644 |
--- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
@@ -30,6 +30,11 @@ public class RequestErrorCode { |
public static final String CONTENT_MODIFIED = "CONTENT_MODIFIED"; |
/** |
+ * The server was unable to a port for the diagnostic server. |
+ */ |
+ public static final String DEBUG_PORT_COULD_NOT_BE_OPENED = "DEBUG_PORT_COULD_NOT_BE_OPENED"; |
+ |
+ /** |
* A request specified a FilePath which does not match a file in an analysis root, or the requested |
* operation is not available for the file. |
*/ |